File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/by-name/pa/pablodraw Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,16 +63,16 @@ buildDotnetModule rec {
6363 install -Dm644 Assets/PabloDraw-64.png $out/share/icons/hicolor/64x64/apps/pablodraw.png
6464 '' ;
6565
66- meta = with lib ; {
66+ meta = {
6767 description = "Ansi/Ascii text and RIPscrip vector graphic art editor/viewer with multi-user capabilities" ;
6868 homepage = "https://picoe.ca/products/pablodraw" ;
69- license = licenses . mit ;
69+ license = lib . licenses . mit ;
7070 mainProgram = "PabloDraw" ;
71- maintainers = with maintainers ; [
71+ maintainers = with lib . maintainers ; [
7272 aleksana
7373 kip93
7474 ] ;
75- platforms = platforms . all ;
75+ platforms = lib . platforms . all ;
7676 broken = stdenv . hostPlatform . isDarwin ; # Eto.Platform.Mac64 not found in nugetSource
7777 } ;
7878}
You can’t perform that action at this time.
0 commit comments