st: add description and use https for homepage.

This commit is contained in:
Mekeor Melire 2017-11-11 05:00:29 +01:00
parent 9d0491c6a2
commit 1baad86cb1

View file

@ -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;