treewide: update homepages to https where available
Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects.
This commit is contained in:
@@ -36,7 +36,7 @@ assert postgresSupport -> postgresql != null;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Database access library";
|
||||
homepage = http://www.gnome-db.org/;
|
||||
homepage = https://www.gnome-db.org/;
|
||||
license = [ licenses.lgpl2 licenses.gpl2 ];
|
||||
maintainers = gnome3.maintainers;
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user