about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2017-09-03 18:00:35 +0000
committerOrivej Desh <orivej@gmx.fr>2017-09-03 18:00:35 +0000
commit7803d69b7873d9eb6500d19dc15ca63b1101ff6d (patch)
tree845bccf7e255962c52b35be8d04374142b85847d
parentc23654b2ed827986a7efe16f50f0653256628b24 (diff)
downloadnixlib-7803d69b7873d9eb6500d19dc15ca63b1101ff6d.tar
nixlib-7803d69b7873d9eb6500d19dc15ca63b1101ff6d.tar.gz
nixlib-7803d69b7873d9eb6500d19dc15ca63b1101ff6d.tar.bz2
nixlib-7803d69b7873d9eb6500d19dc15ca63b1101ff6d.tar.lz
nixlib-7803d69b7873d9eb6500d19dc15ca63b1101ff6d.tar.xz
nixlib-7803d69b7873d9eb6500d19dc15ca63b1101ff6d.tar.zst
nixlib-7803d69b7873d9eb6500d19dc15ca63b1101ff6d.zip
nixos: update glibc locales link
-rw-r--r--nixos/modules/config/i18n.nix2
-rw-r--r--pkgs/development/libraries/glibc/locales.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/config/i18n.nix b/nixos/modules/config/i18n.nix
index 65ef95127805..46b22fc12854 100644
--- a/nixos/modules/config/i18n.nix
+++ b/nixos/modules/config/i18n.nix
@@ -43,7 +43,7 @@ with lib;
           <literal>"all"</literal> means that all locales supported by
           Glibc will be installed.  A full list of supported locales
           can be found at <link
-          xlink:href="http://sourceware.org/cgi-bin/cvsweb.cgi/libc/localedata/SUPPORTED?cvsroot=glibc"/>.
+          xlink:href="https://sourceware.org/git/?p=glibc.git;a=blob;f=localedata/SUPPORTED"/>.
         '';
       };
 
diff --git a/pkgs/development/libraries/glibc/locales.nix b/pkgs/development/libraries/glibc/locales.nix
index bf077a0c12c3..debd7b39c86a 100644
--- a/pkgs/development/libraries/glibc/locales.nix
+++ b/pkgs/development/libraries/glibc/locales.nix
@@ -3,7 +3,7 @@
    locales are included; otherwise, just the locales listed in
    `locales'.  See localedata/SUPPORTED in the Glibc source tree for
    the list of all supported locales:
-   http://sourceware.org/cgi-bin/cvsweb.cgi/libc/localedata/SUPPORTED?cvsroot=glibc
+   https://sourceware.org/git/?p=glibc.git;a=blob;f=localedata/SUPPORTED
 */
 
 { stdenv, callPackage, writeText