summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-11-18 11:04:03 +0000
committerJörg Thalheim <joerg@thalheim.io>2018-11-18 11:04:03 +0000
commit60ee032c39b60245f2cfa203b9940e656592eeae (patch)
treedbec5705d532c708bac179b595b4b04aab8a41a9
parent3bfc2d29cddff5baedb4259db3b1bd986ad40a04 (diff)
downloadnixpkgs-60ee032c39b60245f2cfa203b9940e656592eeae.tar
nixpkgs-60ee032c39b60245f2cfa203b9940e656592eeae.tar.gz
nixpkgs-60ee032c39b60245f2cfa203b9940e656592eeae.tar.bz2
nixpkgs-60ee032c39b60245f2cfa203b9940e656592eeae.tar.lz
nixpkgs-60ee032c39b60245f2cfa203b9940e656592eeae.tar.xz
nixpkgs-60ee032c39b60245f2cfa203b9940e656592eeae.tar.zst
nixpkgs-60ee032c39b60245f2cfa203b9940e656592eeae.zip
shc: update homepage
-rw-r--r--pkgs/tools/security/shc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/shc/default.nix b/pkgs/tools/security/shc/default.nix
index 8d6de8a6781..c32addd8ffc 100644
--- a/pkgs/tools/security/shc/default.nix
+++ b/pkgs/tools/security/shc/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
   };
 
   meta = with stdenv.lib; {
-    homepage = http://neurobin.github.io/shc;
+    homepage = https://neurobin.org/projects/softwares/unix/shc/;
     description = "Shell Script Compiler";
     platforms = stdenv.lib.platforms.linux;
     license = licenses.gpl3;