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