anarchism: fix src

This commit is contained in:
Raghav Sood 2020-11-17 16:21:48 +00:00
parent 9706108b63
commit 673ef88de5
No known key found for this signature in database
GPG key ID: 947862F324C79D21

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
domain = "salsa.debian.org";
owner = "debian";
repo = pname;
rev = "debian%2F${version}"; # %2F = urlquote("/")
rev = "debian/${version}";
sha256 = "04ylk0y5b3jml2awmyz7m1hnymni8y1n83m0k6ychdh0px8frhm5";
};