diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-08-09 21:05:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-09 21:05:46 +0200 |
commit | b9d830cdee2e99cfdc80dbf4f53f64eca4c40e43 (patch) | |
tree | 3c4326c0246b266f1f59a3a149ebdaf6ef5c495a | |
parent | fbaa6c8cd013620d446fa954ba986ab4b1e1f73c (diff) | |
download | pnpkgs-b9d830cdee2e99cfdc80dbf4f53f64eca4c40e43.tar.gz pnpkgs-b9d830cdee2e99cfdc80dbf4f53f64eca4c40e43.zip |
Update default.nix
-rw-r--r-- | pkgs/st/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/st/default.nix b/pkgs/st/default.nix index 8d817ae..9d34a9c 100644 --- a/pkgs/st/default.nix +++ b/pkgs/st/default.nix @@ -19,8 +19,8 @@ stdenv.mkDerivation rec { ''; meta = { - homepage = "https://st.suckless.org/"; - description = "Simple Terminal for X from Suckless.org Community"; + homepage = "https://github.com/LukeSmithXYZ/st"; + description = "Luke's fork of the suckless simple terminal (st) with vim bindings and Xresource compatibility."; license = licenses.mit; maintainers = with maintainers; [ pniedzwiedzinski ]; platforms = platforms.linux; |