obconf: fix homepage and changelog (#514170)

This commit is contained in:
Peder Bergebakken Sundt
2026-04-29 21:21:58 +00:00
committed by GitHub
+2 -2
View File
@@ -48,8 +48,8 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "GUI configuration tool for openbox";
homepage = "http://openbox.org/wiki/ObConf";
changelog = "http://openbox.org/wiki/ObConf:Changelog";
homepage = "https://openbox.org/obconf";
changelog = "https://openbox.org/obconf_changelog";
license = lib.licenses.gpl2Plus;
maintainers = [ lib.maintainers.sfrijters ];
platforms = lib.platforms.linux;