Unverified Commit acfcf9e7 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

obconf: fix homepage and changelog (#514170)

parents 101689d6 6bc3480f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;