fix homepages
This commit is contained in:
parent
5336573329
commit
f2692a96a2
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "QML based X11 display manager";
|
description = "QML based X11 display manager";
|
||||||
homepage = http://launchpad.net/lightdm;
|
homepage = https://github.com/sddm/sddm;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
};
|
};
|
||||||
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "C++/C library to construct Excel .xls files in code";
|
description = "C++/C library to construct Excel .xls files in code";
|
||||||
homepage = http://sourceforge.net/projects/xlslib/files/;
|
homepage = http://sourceforge.net/projects/xlslib/;
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
|
@ -44,6 +44,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Open-source, single-player, role-playing roguelike game";
|
description = "Open-source, single-player, role-playing roguelike game";
|
||||||
|
homepage = http://crawl.develz.org/;
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Open-source, single-player, role-playing roguelike game of exploration and
|
Open-source, single-player, role-playing roguelike game of exploration and
|
||||||
treasure-hunting in dungeons filled with dangerous and unfriendly monsters
|
treasure-hunting in dungeons filled with dangerous and unfriendly monsters
|
||||||
|
@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A free 2D physics sandbox game";
|
description = "A free 2D physics sandbox game";
|
||||||
|
homepage = http://powdertoy.co.uk/;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user