summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-01-26 01:33:42 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-01-30 21:48:57 +0100
commitced3ec6ce324330e755d4ab1c52f088286257415 (patch)
treef6b4cec90e81eb6516ce103584ce7f215a5d1910 /pkgs/applications/misc
parentfa5ef2cf62e6f85bbe9622cdb5362025a8e54d35 (diff)
treewide: update permanent url redirects
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/snowmachine/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/snowmachine/default.nix b/pkgs/applications/misc/snowmachine/default.nix
index 2e05fe0c6439..022d75030d0a 100644
--- a/pkgs/applications/misc/snowmachine/default.nix
+++ b/pkgs/applications/misc/snowmachine/default.nix
@@ -17,7 +17,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A python script that will make your terminal snow";
- homepage = "http://github.com/sontek/snowmachine";
+ homepage = "https://github.com/sontek/snowmachine";
license = with licenses; [ bsd3 ];
maintainers = with maintainers; [ djanatyn ];
};