st: add description and use https for homepage.
This commit is contained in:
parent
9d0491c6a2
commit
1baad86cb1
@ -25,7 +25,8 @@ in stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://st.suckless.org/;
|
homepage = https://st.suckless.org/;
|
||||||
|
description = "Simple Terminal for X from Suckless.org Community";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [viric andsild];
|
maintainers = with maintainers; [viric andsild];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
Reference in New Issue
Block a user