nixos: update glibc locales link

+2 -2
+1 -1
nixos/modules/config/i18n.nix
··· 43 43 <literal>"all"</literal> means that all locales supported by 44 44 Glibc will be installed. A full list of supported locales 45 45 can be found at <link 46 - xlink:href="http://sourceware.org/cgi-bin/cvsweb.cgi/libc/localedata/SUPPORTED?cvsroot=glibc"/>. 46 + xlink:href="https://sourceware.org/git/?p=glibc.git;a=blob;f=localedata/SUPPORTED"/>. 47 47 ''; 48 48 }; 49 49
+1 -1
pkgs/development/libraries/glibc/locales.nix
··· 3 3 locales are included; otherwise, just the locales listed in 4 4 `locales'. See localedata/SUPPORTED in the Glibc source tree for 5 5 the list of all supported locales: 6 - http://sourceware.org/cgi-bin/cvsweb.cgi/libc/localedata/SUPPORTED?cvsroot=glibc 6 + https://sourceware.org/git/?p=glibc.git;a=blob;f=localedata/SUPPORTED 7 7 */ 8 8 9 9 { stdenv, callPackage, writeText