Fix homepage links (see #30636)

This commit is contained in:
Pascal Wittmann
2017-11-11 17:36:33 +01:00
parent 2f34d20ab1
commit f63c21569f
9 changed files with 9 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Screen locker for the X Window System";
homepage = http://www.tux.org/~bagleyd/xlockmore.html;
homepage = http://sillycycle.com/xlockmore.html;
license = licenses.gpl2;
maintainers = with maintainers; [ pSub ];
platforms = platforms.linux;