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:51:00 +02:00
parent 994e5d2aa2
commit 4fb5cdd413
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF
4 changed files with 4 additions and 4 deletions

View file

@ -40,6 +40,6 @@ mkDerivation rec {
maintainers = [ maintainers.globin ]; maintainers = [ maintainers.globin ];
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.all; platforms = platforms.all;
homepage = "http://www.qlcplus.org/"; homepage = "https://www.qlcplus.org/";
}; };
} }

View file

@ -17,7 +17,7 @@ in symlinkJoin {
''; '';
meta = with lib; { meta = with lib; {
homepage = https://pwmt.org/projects/zathura/; homepage = https://git.pwmt.org/pwmt/zathura/;
description = "A highly customizable and functional PDF viewer"; description = "A highly customizable and functional PDF viewer";
longDescription = '' longDescription = ''
Zathura is a highly customizable and functional PDF viewer based on the Zathura is a highly customizable and functional PDF viewer based on the

View file

@ -140,7 +140,7 @@ let
Copy-On-Write filesystem with data integrity detection and repair, Copy-On-Write filesystem with data integrity detection and repair,
snapshotting, cloning, block devices, deduplication, and more. snapshotting, cloning, block devices, deduplication, and more.
''; '';
homepage = http://zfsonlinux.org/; homepage = https://zfsonlinux.org/;
license = licenses.cddl; license = licenses.cddl;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ jcumming wizeman fpletz globin ]; maintainers = with maintainers; [ jcumming wizeman fpletz globin ];

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
buildInputs = [ giblib xlibsWrapper libXfixes libXcursor ]; buildInputs = [ giblib xlibsWrapper libXfixes libXcursor ];
meta = with stdenv.lib; { 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"; description = "A command-line screen capture utility";
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ globin ]; maintainers = with maintainers; [ globin ];