fix homepages

This commit is contained in:
Nikolay Amiantov 2015-07-28 11:57:29 +03:00
parent 5336573329
commit f2692a96a2
5 changed files with 5 additions and 3 deletions

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
dialog for the PulseAudio sound server.
'';
homepage = http://freedesktop.org/software/pulseaudio/paprefs/ ;
homepage = http://freedesktop.org/software/pulseaudio/paprefs/;
license = licenses.gpl2Plus;

View file

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "QML based X11 display manager";
homepage = http://launchpad.net/lightdm;
homepage = https://github.com/sddm/sddm;
platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ];
};

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
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;
platforms = platforms.unix;
maintainers = with maintainers; [ abbradar ];

View file

@ -44,6 +44,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Open-source, single-player, role-playing roguelike game";
homepage = http://crawl.develz.org/;
longDescription = ''
Open-source, single-player, role-playing roguelike game of exploration and
treasure-hunting in dungeons filled with dangerous and unfriendly monsters

View file

@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A free 2D physics sandbox game";
homepage = http://powdertoy.co.uk/;
platforms = platforms.unix;
license = licenses.gpl3;
maintainers = with maintainers; [ abbradar ];