summary refs log tree commit diff
path: root/pkgs/applications/misc/cool-retro-term
diff options
context:
space:
mode:
authorAlex Leferry 2 <alexherbo2@gmail.com>2018-10-07 11:20:53 +0200
committerAlex Leferry 2 <alexherbo2@gmail.com>2018-10-07 11:20:53 +0200
commit82b2b9135a331ea786d6c00df3c8e6df3d551159 (patch)
treec33ad9b6e52d0d61241b71e739e3e3bc1bf18790 /pkgs/applications/misc/cool-retro-term
parente84a46a169be77abf0578e36a4e6fb00f330f4bc (diff)
downloadnixlib-82b2b9135a331ea786d6c00df3c8e6df3d551159.tar
nixlib-82b2b9135a331ea786d6c00df3c8e6df3d551159.tar.gz
nixlib-82b2b9135a331ea786d6c00df3c8e6df3d551159.tar.bz2
nixlib-82b2b9135a331ea786d6c00df3c8e6df3d551159.tar.lz
nixlib-82b2b9135a331ea786d6c00df3c8e6df3d551159.tar.xz
nixlib-82b2b9135a331ea786d6c00df3c8e6df3d551159.tar.zst
nixlib-82b2b9135a331ea786d6c00df3c8e6df3d551159.zip
cool-retro-term: Fix link to home page
Diffstat (limited to 'pkgs/applications/misc/cool-retro-term')
-rw-r--r--pkgs/applications/misc/cool-retro-term/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/cool-retro-term/default.nix b/pkgs/applications/misc/cool-retro-term/default.nix
index f4ad3a1c5382..c9cc2d6db424 100644
--- a/pkgs/applications/misc/cool-retro-term/default.nix
+++ b/pkgs/applications/misc/cool-retro-term/default.nix
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
       feel of the old cathode tube screens. It has been designed to be
       eye-candy, customizable, and reasonably lightweight.
     '';
-    homepage = https://github.com/Swordifish90/cool-retro-term;
+    homepage = https://github.com/Swordfish90/cool-retro-term;
     license = with stdenv.lib.licenses; [ gpl2 gpl3 ];
     platforms = stdenv.lib.platforms.linux;
     maintainers = with stdenv.lib.maintainers; [ skeidel ];