pax-utils: https urls
This commit is contained in:
parent
184aca3907
commit
f3e5ee51bd
|
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
|||
version = "1.1.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://dev.gentoo.org/~vapier/dist/${name}.tar.xz";
|
||||
url = "https://dev.gentoo.org/~vapier/dist/${name}.tar.xz";
|
||||
sha256 = "04hvsizzspfzfq6hhfif7ya9nwsc0cs6z6n2bq1zfh7agd8nqhzm";
|
||||
};
|
||||
|
||||
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A suite of tools for PaX/grsecurity";
|
||||
homepage = "http://dev.gentoo.org/~vapier/dist/";
|
||||
homepage = "https://dev.gentoo.org/~vapier/dist/";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ thoughtpolice ];
|
||||
|
|
Loading…
Reference in New Issue