fix homepages

This commit is contained in:
Nikolay Amiantov
2015-07-28 12:33:30 +03:00
parent 5336573329
commit f2692a96a2
5 changed files with 5 additions and 3 deletions
@@ -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 ];
};