treewide: update some homepage URLs

Updated dead or redirecting URLs on packages maintained by me.
This commit is contained in:
Robin Gloster
2019-10-12 14:52:34 +02:00
parent 994e5d2aa2
commit 4fb5cdd413
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
buildInputs = [ giblib xlibsWrapper libXfixes libXcursor ];
meta = with stdenv.lib; {
homepage = http://linuxbrit.co.uk/scrot/;
homepage = https://github.com/resurrecting-open-source-projects/scrot;
description = "A command-line screen capture utility";
platforms = platforms.linux;
maintainers = with maintainers; [ globin ];