gtk-server: use https in links in meta

This commit is contained in:
Sandro
2026-06-10 02:01:11 +02:00
committed by GitHub
parent b3a09ea15d
commit ebc7fc9d0f
+2 -2
View File
@@ -33,9 +33,9 @@ stdenv.mkDerivation (finalAttrs: {
];
meta = {
homepage = "http://www.gtk-server.org/";
homepage = "https://www.gtk-server.org/";
description = "Gtk-server for interpreted GUI programming";
changelog = "http://www.gtk-server.org/notes.txt";
changelog = "https://www.gtk-server.org/notes.txt";
license = lib.licenses.gpl2Plus;
maintainers = [ ];
platforms = lib.platforms.linux;