Treewide: fix URL permanent redirects

Permanent redirects on homepages and/or source URLs
as reported by Repology
This commit is contained in:
c0bw3b
2019-11-16 01:41:23 +01:00
parent a27a14da2a
commit 9367367dfd
53 changed files with 73 additions and 73 deletions
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
castget is a simple, command-line based RSS enclosure downloader. It is
primarily intended for automatic, unattended downloading of podcasts.
'';
homepage = "http://castget.johndal.com/";
homepage = "https://castget.johndal.com/";
maintainers = with maintainers; [ doronbehar ];
license = licenses.gpl2;
platforms = platforms.linux;