icewm: update URL
This commit is contained in:
parent
a584339faf
commit
5b95f72deb
@ -6,6 +6,7 @@
|
|||||||
, libpthreadstubs, pcre, libXdamage, libXcomposite, libXfixes
|
, libpthreadstubs, pcre, libXdamage, libXcomposite, libXfixes
|
||||||
, libsndfile, fribidi }:
|
, libsndfile, fribidi }:
|
||||||
|
|
||||||
|
with stdenv.lib;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "icewm";
|
pname = "icewm";
|
||||||
version = "1.6.5";
|
version = "1.6.5";
|
||||||
@ -34,13 +35,13 @@ stdenv.mkDerivation rec {
|
|||||||
cp -r ../lib/themes/{gtk2,Natural,nice,nice2,warp3,warp4,yellowmotif} $out/share/icewm/themes/
|
cp -r ../lib/themes/{gtk2,Natural,nice,nice2,warp3,warp4,yellowmotif} $out/share/icewm/themes/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = {
|
||||||
description = "A simple, lightweight X window manager";
|
description = "A simple, lightweight X window manager";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
IceWM is a window manager for the X Window System. The goal of
|
IceWM is a window manager for the X Window System. The goal of
|
||||||
IceWM is speed, simplicity, and not getting in the user's way.
|
IceWM is speed, simplicity, and not getting in the user's way.
|
||||||
'';
|
'';
|
||||||
homepage = "http://www.icewm.org/";
|
homepage = "https://www.ice-wm.org/";
|
||||||
license = licenses.lgpl2;
|
license = licenses.lgpl2;
|
||||||
maintainers = [ maintainers.AndersonTorres ];
|
maintainers = [ maintainers.AndersonTorres ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
Reference in New Issue
Block a user