Loading pkgs/by-name/st/staruml/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -108,12 +108,12 @@ stdenv.mkDerivation (finalAttrs: { ) ''; meta = with lib; { meta = { description = "Sophisticated software modeler"; homepage = "https://staruml.io/"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; maintainers = with maintainers; [ kashw2 ]; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; license = lib.licenses.unfree; maintainers = with lib.maintainers; [ kashw2 ]; platforms = [ "x86_64-linux" ]; mainProgram = "staruml"; }; Loading Loading
pkgs/by-name/st/staruml/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -108,12 +108,12 @@ stdenv.mkDerivation (finalAttrs: { ) ''; meta = with lib; { meta = { description = "Sophisticated software modeler"; homepage = "https://staruml.io/"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; maintainers = with maintainers; [ kashw2 ]; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; license = lib.licenses.unfree; maintainers = with lib.maintainers; [ kashw2 ]; platforms = [ "x86_64-linux" ]; mainProgram = "staruml"; }; Loading