safe-rm: Update git repository
Gitorious is long gone and the upstream repository is now on Launchpad: https://code.launchpad.net/safe-rm
This commit is contained in:
parent
498ef04c77
commit
686b2a2ac8
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||
version = "0.12";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://gitorious.org/safe-rm/mainline.git";
|
||||
url = "https://git.launchpad.net/safe-rm";
|
||||
rev = "refs/tags/${pname}-${version}";
|
||||
sha256 = "0zkmwxyl1870ar6jr9h537vmqgkckqs9jd1yv6m4qqzdsmg5gdbq";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user