summary refs log tree commit diff
path: root/pkgs/development/tools/misc
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2018-06-03 12:15:51 -0400
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-03 18:15:51 +0200
commit646767e9615bd3fff5d0765f011393008d31bc4d (patch)
tree93948ab3db1f0070d4d8486f4a0f9f93b6aabd0c /pkgs/development/tools/misc
parent448d7d648d1a2e8aacc85f9d0abc90643ca2e89b (diff)
downloadnixlib-646767e9615bd3fff5d0765f011393008d31bc4d.tar
nixlib-646767e9615bd3fff5d0765f011393008d31bc4d.tar.gz
nixlib-646767e9615bd3fff5d0765f011393008d31bc4d.tar.bz2
nixlib-646767e9615bd3fff5d0765f011393008d31bc4d.tar.lz
nixlib-646767e9615bd3fff5d0765f011393008d31bc4d.tar.xz
nixlib-646767e9615bd3fff5d0765f011393008d31bc4d.tar.zst
nixlib-646767e9615bd3fff5d0765f011393008d31bc4d.zip
ctags: fix source url (#41382)
Diffstat (limited to 'pkgs/development/tools/misc')
-rw-r--r--pkgs/development/tools/misc/ctags/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/ctags/default.nix b/pkgs/development/tools/misc/ctags/default.nix
index af40f3df20fa..86136084d840 100644
--- a/pkgs/development/tools/misc/ctags/default.nix
+++ b/pkgs/development/tools/misc/ctags/default.nix
@@ -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";
   };