From 1baad86cb1fada4923e9fcaa68145b61e977ec88 Mon Sep 17 00:00:00 2001 From: Mekeor Melire Date: Sat, 11 Nov 2017 05:00:29 +0100 Subject: st: add description and use https for homepage. --- pkgs/applications/misc/st/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/misc/st/default.nix b/pkgs/applications/misc/st/default.nix index f44ed8a1a3ef..59e67fc65e2e 100644 --- a/pkgs/applications/misc/st/default.nix +++ b/pkgs/applications/misc/st/default.nix @@ -25,7 +25,8 @@ in stdenv.mkDerivation rec { ''; meta = { - homepage = http://st.suckless.org/; + homepage = https://st.suckless.org/; + description = "Simple Terminal for X from Suckless.org Community"; license = licenses.mit; maintainers = with maintainers; [viric andsild]; platforms = platforms.linux; -- cgit 1.4.1