Unverified Commit 18abb047 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

openclonk: adopt

parent 0022de84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ stdenv.mkDerivation {
    homepage = "https://www.openclonk.org";
    license = with lib.licenses; [ isc ] ++ lib.optional enableSoundtrack unfreeRedistributable;
    mainProgram = "openclonk";
    maintainers = [ ];
    maintainers = with lib.maintainers; [ wolfgangwalther ];
    platforms = lib.platforms.linux;
  };
}