summary refs log tree commit diff
path: root/pkgs/development/tools
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/tools
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/tools')
-rw-r--r--pkgs/development/tools/misc/epm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/epm/default.nix b/pkgs/development/tools/misc/epm/default.nix
index 8d2e6785900..f58d0659965 100644
--- a/pkgs/development/tools/misc/epm/default.nix
+++ b/pkgs/development/tools/misc/epm/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "The ESP Package Manager generates distribution archives for a variety of platforms";
-    homepage = http://www.msweet.org/projects.php?Z2;
+    homepage = https://www.msweet.org/projects.php?Z2;
     license = licenses.gpl2;
     maintainers = with maintainers; [ pSub ];
     platforms = platforms.unix;