Unverified Commit 4eda1f36 authored by medv's avatar medv Committed by GitHub
Browse files

ephemeralpg: update homepage

resumes nixpkgs-update
parent 0fc28329
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
  };
}