Commit c6ad3bad authored by kyehn's avatar kyehn
Browse files

staruml: remove with lib

parent 07d1e516
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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";
  };