summary refs log tree commit diff
path: root/pkgs/applications/misc/cheat
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2019-10-30 16:03:22 +0000
committerGitHub <noreply@github.com>2019-10-30 16:03:22 +0000
commit20367c22f186a35129e5f6e762b86fa5c511b606 (patch)
tree3d4ddbcc22c21478346f67754f4e855b3fdde57a /pkgs/applications/misc/cheat
parent36f35bd78a93d6abf918c899c69050a4cacd26ca (diff)
downloadnixpkgs-20367c22f186a35129e5f6e762b86fa5c511b606.tar
nixpkgs-20367c22f186a35129e5f6e762b86fa5c511b606.tar.gz
nixpkgs-20367c22f186a35129e5f6e762b86fa5c511b606.tar.bz2
nixpkgs-20367c22f186a35129e5f6e762b86fa5c511b606.tar.lz
nixpkgs-20367c22f186a35129e5f6e762b86fa5c511b606.tar.xz
nixpkgs-20367c22f186a35129e5f6e762b86fa5c511b606.tar.zst
nixpkgs-20367c22f186a35129e5f6e762b86fa5c511b606.zip
cheat: adapt meta to the conventions
Diffstat (limited to 'pkgs/applications/misc/cheat')
-rw-r--r--pkgs/applications/misc/cheat/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/cheat/default.nix b/pkgs/applications/misc/cheat/default.nix
index f26d2ba125d..a86c1e8bc05 100644
--- a/pkgs/applications/misc/cheat/default.nix
+++ b/pkgs/applications/misc/cheat/default.nix
@@ -16,9 +16,9 @@ buildGoModule rec {
   modSha256 = "189cqnfl403f4lk7g9v68mwk93ciglqli639dk4x9091lvn5gq5q";
 
   meta = with stdenv.lib; {
-    description = "cheat allows you to create and view interactive cheatsheets on the command-line";
+    description = "Create and view interactive cheatsheets on the command-line";
     maintainers = with maintainers; [ mic92 ];
     license = with licenses; [ gpl3 mit ];
-    homepage = https://github.com/chrisallenlane/cheat;
+    homepage = "https://github.com/chrisallenlane/cheat";
   };
 }