lol

watchmate: remove with lib

kyehn 65bbd8f6 7ffbb3c4

+4 -4
+4 -4
pkgs/by-name/wa/watchmate/package.nix
··· 48 48 install -Dm444 assets/icons/io.gitlab.azymohliad.WatchMate-symbolic.svg -t $out/share/icons/hicolor/scalable/apps/ 49 49 ''; 50 50 51 - meta = with lib; { 51 + meta = { 52 52 description = "PineTime smart watch companion app for Linux phone and desktop"; 53 53 mainProgram = "watchmate"; 54 54 homepage = "https://github.com/azymohliad/watchmate"; 55 55 changelog = "https://github.com/azymohliad/watchmate/raw/v${finalAttrs.version}/CHANGELOG.md"; 56 - license = licenses.gpl3Plus; 57 - maintainers = with maintainers; [ chuangzhu ]; 58 - platforms = platforms.linux; 56 + license = lib.licenses.gpl3Plus; 57 + maintainers = with lib.maintainers; [ chuangzhu ]; 58 + platforms = lib.platforms.linux; 59 59 }; 60 60 })