summary refs log tree commit diff
path: root/pkgs/development/python-modules/langcodes
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-06-29 17:18:27 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-06-29 17:18:27 -0700
commit1d54dc684116a847cea89d8cc1d6620d06b66f6b (patch)
treef169e3415b093185d1952c008392a4033fc0e98c /pkgs/development/python-modules/langcodes
parent9137f83880a209b9e2e308b1a27486026e8aac4f (diff)
downloadnixpkgs-1d54dc684116a847cea89d8cc1d6620d06b66f6b.tar
nixpkgs-1d54dc684116a847cea89d8cc1d6620d06b66f6b.tar.gz
nixpkgs-1d54dc684116a847cea89d8cc1d6620d06b66f6b.tar.bz2
nixpkgs-1d54dc684116a847cea89d8cc1d6620d06b66f6b.tar.lz
nixpkgs-1d54dc684116a847cea89d8cc1d6620d06b66f6b.tar.xz
nixpkgs-1d54dc684116a847cea89d8cc1d6620d06b66f6b.tar.zst
nixpkgs-1d54dc684116a847cea89d8cc1d6620d06b66f6b.zip
treewide: http -> https
Diffstat (limited to 'pkgs/development/python-modules/langcodes')
-rw-r--r--pkgs/development/python-modules/langcodes/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/langcodes/default.nix b/pkgs/development/python-modules/langcodes/default.nix
index d1d25f5407c..d73940e56a6 100644
--- a/pkgs/development/python-modules/langcodes/default.nix
+++ b/pkgs/development/python-modules/langcodes/default.nix
@@ -27,7 +27,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "A toolkit for working with and comparing the standardized codes for languages, such as ‘en’ for English or ‘es’ for Spanish";
-    homepage =  http://github.com/LuminosoInsight/langcodes;
+    homepage =  https://github.com/LuminosoInsight/langcodes;
     license = licenses.mit;
     maintainers = with maintainers; [ ixxie ];
   };