ctags: fix source url (#41382)
This commit is contained in:
parent
448d7d648d
commit
646767e961
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||
revision = "816";
|
||||
|
||||
src = fetchsvn {
|
||||
url = "https://ctags.svn.sourceforge.net/svnroot/ctags/trunk";
|
||||
url = https://svn.code.sf.net/p/ctags/code/trunk;
|
||||
rev = revision;
|
||||
sha256 = "0jmbkrmscbl64j71qffcc39x005jrmphx8kirs1g2ws44wil39hf";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user