ephemeralpg: update homepage

resumes nixpkgs-update
This commit is contained in:
medv 2024-01-18 16:19:15 +08:00 committed by GitHub
parent 0fc2832905
commit 4eda1f36ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ stdenv.mkDerivation rec {
pname = "ephemeralpg";
version = "3.1";
src = fetchurl {
url = "http://ephemeralpg.org/code/${pname}-${version}.tar.gz";
url = "https://eradman.com/ephemeralpg/code/${pname}-${version}.tar.gz";
sha256 = "1ap22ki8yz6agd0qybcjgs4b9izw1rwwcgpxn3jah2ccfyax34s6";
};
nativeBuildInputs = [ makeWrapper ];
@ -15,8 +15,8 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Run tests on an isolated, temporary PostgreSQL database";
license = licenses.isc;
homepage = "http://ephemeralpg.org/";
homepage = "https://eradman.com/ephemeralpg/";
platforms = platforms.all;
maintainers = with maintainers; [ hrdinka ];
maintainers = with maintainers; [ hrdinka medv ];
};
}