treewide: update permanent url redirects
This commit is contained in:
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "On-the-fly display switch utility";
|
||||
homepage = "http://willem.engen.nl/projects/disper/";
|
||||
homepage = "https://willem.engen.nl/projects/disper/";
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.gpl3;
|
||||
};
|
||||
|
||||
@@ -25,7 +25,7 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Open files by MIME-type or file name using regular expressions";
|
||||
homepage = "http://xyne.archlinux.ca/projects/mimeo/";
|
||||
homepage = "https://xyne.archlinux.ca/projects/mimeo/";
|
||||
license = [ licenses.gpl2 ];
|
||||
maintainers = [ maintainers.rycee ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user