pax-utils: https urls

This commit is contained in:
tg(x) 2016-03-11 22:36:22 +01:00
parent 184aca3907
commit f3e5ee51bd

View File

@ -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 ];