super: get patch from salsa.debian.org

http://anonscm.debian.org/cgit is not available anymore
This commit is contained in:
c0bw3b 2018-11-25 00:35:26 +01:00
parent 7fef6f9a59
commit 6b4433cfe6

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
'';
patches = [
(fetchpatch { url = http://anonscm.debian.org/cgit/users/robert/super.git/plain/debian/patches/14-Fix-unchecked-setuid-call.patch;
(fetchpatch { url = https://salsa.debian.org/debian/super/raw/debian/3.30.0-7/debian/patches/14-Fix-unchecked-setuid-call.patch;
sha256 = "08m9hw4kyfjv0kqns1cqha4v5hkgp4s4z0q1rgif1fnk14xh7wqh";
})
];
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
installFlags = "sysconfdir=$(out)/etc localstatedir=$(TMPDIR)";
meta = {
homepage = http://www.ucolick.org/~will/;
homepage = "https://www.ucolick.org/~will/#super";
description = "Allows users to execute scripts as if they were root";
longDescription =
''