forked from mirrors/nixpkgs
treewide: update some homepage URLs
Updated dead or redirecting URLs on packages maintained by me.
This commit is contained in:
parent
994e5d2aa2
commit
4fb5cdd413
pkgs
applications/misc
os-specific/linux/zfs
tools/graphics/scrot
|
@ -40,6 +40,6 @@ mkDerivation rec {
|
|||
maintainers = [ maintainers.globin ];
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.all;
|
||||
homepage = "http://www.qlcplus.org/";
|
||||
homepage = "https://www.qlcplus.org/";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@ in symlinkJoin {
|
|||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = https://pwmt.org/projects/zathura/;
|
||||
homepage = https://git.pwmt.org/pwmt/zathura/;
|
||||
description = "A highly customizable and functional PDF viewer";
|
||||
longDescription = ''
|
||||
Zathura is a highly customizable and functional PDF viewer based on the
|
||||
|
|
|
@ -140,7 +140,7 @@ let
|
|||
Copy-On-Write filesystem with data integrity detection and repair,
|
||||
snapshotting, cloning, block devices, deduplication, and more.
|
||||
'';
|
||||
homepage = http://zfsonlinux.org/;
|
||||
homepage = https://zfsonlinux.org/;
|
||||
license = licenses.cddl;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ jcumming wizeman fpletz globin ];
|
||||
|
|
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue