lol

maintainers: drop marsam

+283 -296
+1 -5
.github/CODEOWNERS
··· 148 148 /pkgs/applications/science/math/R @jbedo 149 149 /pkgs/development/r-modules @jbedo 150 150 151 - # Ruby 152 - /pkgs/development/interpreters/ruby @marsam 153 - /pkgs/development/ruby-modules @marsam 154 - 155 151 # Rust 156 152 /pkgs/development/compilers/rust @Mic92 @zowoq @winterqt @figsoda 157 153 /pkgs/build-support/rust @zowoq @winterqt @figsoda ··· 198 194 /maintainers/scripts/kde @K900 @NickCao @SuperSandro2000 @ttuegel 199 195 200 196 # PostgreSQL and related stuff 201 - /pkgs/servers/sql/postgresql @thoughtpolice @marsam 197 + /pkgs/servers/sql/postgresql @thoughtpolice 202 198 /nixos/modules/services/databases/postgresql.xml @thoughtpolice 203 199 /nixos/modules/services/databases/postgresql.nix @thoughtpolice 204 200 /nixos/tests/postgresql.nix @thoughtpolice
-5
maintainers/maintainer-list.nix
··· 12388 12388 githubId = 1709273; 12389 12389 name = "Robin Hack"; 12390 12390 }; 12391 - marsam = { 12392 - github = "marsam"; 12393 - githubId = 65531; 12394 - name = "Mario Rodas"; 12395 - }; 12396 12391 marsupialgutz = { 12397 12392 email = "mars@possums.xyz"; 12398 12393 github = "pupbrained";
+2 -2
maintainers/scripts/luarocks-packages.csv
··· 5 5 basexx,,,,,, 6 6 binaryheap,,,,,,vcunat 7 7 busted,,,,,, 8 - cassowary,,,,,,marsam alerque 8 + cassowary,,,,,,alerque 9 9 cldr,,,,,,alerque 10 10 compat53,,,,,,vcunat 11 11 commons.nvim,,,,,,mrcjkb 12 - cosmo,,,,,,marsam 12 + cosmo,,,,,, 13 13 coxpcall,,,,1.17.0-1,, 14 14 cqueues,,,,,,vcunat 15 15 cyan,,,,,,
-3
maintainers/team-list.nix
··· 46 46 bazel = { 47 47 members = [ 48 48 mboes 49 - marsam 50 49 uri-canva 51 50 cbley 52 51 olebedev ··· 736 735 node = { 737 736 members = [ 738 737 lilyinstarlight 739 - marsam 740 738 winter 741 739 ]; 742 740 scope = "Maintain Node.js runtimes and build tooling."; ··· 906 904 907 905 ruby = { 908 906 members = [ 909 - marsam 910 907 ]; 911 908 scope = "Maintain the Ruby interpreter and related packages."; 912 909 shortName = "Ruby";
+1 -1
pkgs/applications/audio/music-player/default.nix
··· 39 39 homepage = "https://github.com/tsirysndr/music-player"; 40 40 changelog = "https://github.com/tsirysndr/music-player/releases/tag/v${version}"; 41 41 license = licenses.mit; 42 - maintainers = [ maintainers.marsam ]; 42 + maintainers = [ ]; 43 43 mainProgram = "music-player"; 44 44 }; 45 45 }
+1 -1
pkgs/applications/audio/ncspot/default.nix
··· 73 73 homepage = "https://github.com/hrkfdn/ncspot"; 74 74 changelog = "https://github.com/hrkfdn/ncspot/releases/tag/v${version}"; 75 75 license = licenses.bsd2; 76 - maintainers = with maintainers; [ marsam liff ]; 76 + maintainers = with maintainers; [ liff ]; 77 77 mainProgram = "ncspot"; 78 78 }; 79 79 }
+1 -1
pkgs/applications/audio/spotifyd/default.nix
··· 42 42 homepage = "https://spotifyd.rs/"; 43 43 changelog = "https://github.com/Spotifyd/spotifyd/blob/${src.rev}/CHANGELOG.md"; 44 44 license = licenses.gpl3Plus; 45 - maintainers = with maintainers; [ anderslundstedt Br1ght0ne marsam ]; 45 + maintainers = with maintainers; [ anderslundstedt Br1ght0ne ]; 46 46 platforms = platforms.unix; 47 47 mainProgram = "spotifyd"; 48 48 };
+1 -1
pkgs/applications/editors/emacs/elisp-packages/manual-packages/lspce/default.nix
··· 22 22 homepage = "https://github.com/zbelial/lspce"; 23 23 description = "LSP Client for Emacs implemented as a module using rust"; 24 24 license = lib.licenses.gpl3Only; 25 - maintainers = [ lib.maintainers.marsam ]; 25 + maintainers = [ ]; 26 26 inherit (emacs.meta) platforms; 27 27 }; 28 28
+1 -1
pkgs/applications/editors/emacs/elisp-packages/manual-packages/xapian-lite/default.nix
··· 29 29 meta = { 30 30 homepage = "https://git.sr.ht/~casouri/xapian-lite"; 31 31 description = "A minimal Emacs dynamic module for Xapian"; 32 - maintainers = [ lib.maintainers.marsam ]; 32 + maintainers = [ ]; 33 33 license = lib.licenses.gpl3Plus; 34 34 inherit (emacs.meta) platforms; 35 35 };
+1 -1
pkgs/applications/misc/1password/default.nix
··· 73 73 description = "1Password command-line tool"; 74 74 homepage = "https://developer.1password.com/docs/cli/"; 75 75 downloadPage = "https://app-updates.agilebits.com/product_history/CLI2"; 76 - maintainers = with maintainers; [ joelburget marsam ]; 76 + maintainers = with maintainers; [ joelburget ]; 77 77 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 78 78 license = licenses.unfree; 79 79 inherit mainProgram platforms;
+1 -1
pkgs/applications/misc/cointop/default.nix
··· 25 25 The interface is inspired by htop and shortcut keys are inspired by vim. 26 26 ''; 27 27 homepage = "https://cointop.sh"; 28 - maintainers = [ maintainers.marsam ]; 28 + maintainers = [ ]; 29 29 license = licenses.asl20; 30 30 mainProgram = "cointop"; 31 31 };
+1 -1
pkgs/applications/misc/gallery-dl/default.nix
··· 47 47 changelog = "https://github.com/mikf/gallery-dl/blob/v${version}/CHANGELOG.md"; 48 48 license = licenses.gpl2Only; 49 49 mainProgram = "gallery-dl"; 50 - maintainers = with maintainers; [ dawidsowa marsam ]; 50 + maintainers = with maintainers; [ dawidsowa ]; 51 51 }; 52 52 }
+1 -1
pkgs/applications/misc/pueue/default.nix
··· 62 62 ''; 63 63 changelog = "https://github.com/Nukesor/pueue/blob/v${version}/CHANGELOG.md"; 64 64 license = licenses.mit; 65 - maintainers = with maintainers; [ marsam ]; 65 + maintainers = with maintainers; [ ]; 66 66 }; 67 67 }
+1 -1
pkgs/applications/misc/sqls/default.nix
··· 22 22 description = "SQL language server written in Go"; 23 23 mainProgram = "sqls"; 24 24 license = licenses.mit; 25 - maintainers = [ maintainers.marsam ]; 25 + maintainers = [ ]; 26 26 }; 27 27 }
+1 -1
pkgs/applications/misc/twitch-chat-downloader/default.nix
··· 34 34 mainProgram = "tcd"; 35 35 homepage = "https://github.com/TheDrHax/Twitch-Chat-Downloader"; 36 36 license = licenses.mit; 37 - maintainers = with maintainers; [ marsam ]; 37 + maintainers = with maintainers; [ ]; 38 38 }; 39 39 }
+1 -1
pkgs/applications/networking/dsvpn/default.nix
··· 23 23 description = "A Dead Simple VPN"; 24 24 homepage = "https://github.com/jedisct1/dsvpn"; 25 25 license = licenses.mit; 26 - maintainers = [ maintainers.marsam ]; 26 + maintainers = [ ]; 27 27 platforms = platforms.unix; 28 28 mainProgram = "dsvpn"; 29 29 };
+1 -1
pkgs/applications/networking/flexget/default.nix
··· 85 85 changelog = "https://github.com/Flexget/Flexget/releases/tag/v${version}"; 86 86 description = "Multipurpose automation tool for all of your media"; 87 87 license = licenses.mit; 88 - maintainers = with maintainers; [ marsam ]; 88 + maintainers = with maintainers; [ ]; 89 89 }; 90 90 }
+1 -1
pkgs/applications/networking/ids/zeek/default.nix
··· 105 105 homepage = "https://www.zeek.org"; 106 106 changelog = "https://github.com/zeek/zeek/blob/v${version}/CHANGES"; 107 107 license = licenses.bsd3; 108 - maintainers = with maintainers; [ pSub marsam tobim ]; 108 + maintainers = with maintainers; [ pSub tobim ]; 109 109 platforms = platforms.unix; 110 110 }; 111 111 }
+1 -1
pkgs/applications/networking/p2p/storrent/default.nix
··· 21 21 mainProgram = "storrent"; 22 22 license = licenses.mit; 23 23 platforms = platforms.linux; 24 - maintainers = [ maintainers.marsam ]; 24 + maintainers = [ ]; 25 25 }; 26 26 }
+1 -1
pkgs/applications/networking/sync/rclone/default.nix
··· 64 64 changelog = "https://github.com/rclone/rclone/blob/v${version}/docs/content/changelog.md"; 65 65 license = licenses.mit; 66 66 mainProgram = "rclone"; 67 - maintainers = with maintainers; [ marsam SuperSandro2000 ]; 67 + maintainers = with maintainers; [ SuperSandro2000 ]; 68 68 }; 69 69 }
+1 -1
pkgs/applications/science/logic/cedille/default.nix
··· 49 49 description = "An interactive theorem-prover and dependently typed programming language, based on extrinsic (aka Curry-style) type theory"; 50 50 homepage = "https://cedille.github.io/"; 51 51 license = licenses.mit; 52 - maintainers = with maintainers; [ marsam mpickering ]; 52 + maintainers = with maintainers; [ mpickering ]; 53 53 platforms = platforms.unix; 54 54 55 55 # Broken due to Agda update. See
+1 -1
pkgs/applications/science/logic/lean4/default.nix
··· 62 62 changelog = "https://github.com/leanprover/lean4/blob/${finalAttrs.src.rev}/RELEASES.md"; 63 63 license = licenses.asl20; 64 64 platforms = platforms.all; 65 - maintainers = with maintainers; [ marsam ]; 65 + maintainers = with maintainers; [ ]; 66 66 mainProgram = "lean"; 67 67 }; 68 68 })
+1 -1
pkgs/applications/version-management/delta/default.nix
··· 58 58 description = "A syntax-highlighting pager for git"; 59 59 changelog = "https://github.com/dandavison/delta/releases/tag/${version}"; 60 60 license = licenses.mit; 61 - maintainers = with maintainers; [ marsam zowoq SuperSandro2000 figsoda ]; 61 + maintainers = with maintainers; [ zowoq SuperSandro2000 figsoda ]; 62 62 mainProgram = "delta"; 63 63 }; 64 64 }
+1 -1
pkgs/applications/version-management/git-absorb/default.nix
··· 29 29 homepage = "https://github.com/tummychow/git-absorb"; 30 30 description = "git commit --fixup, but automatic"; 31 31 license = [ licenses.bsd3 ]; 32 - maintainers = [ maintainers.marsam ]; 32 + maintainers = [ ]; 33 33 mainProgram = "git-absorb"; 34 34 }; 35 35 }
+1 -1
pkgs/applications/version-management/git-backup/default.nix
··· 28 28 homepage = "https://github.com/jsdw/git-backup"; 29 29 description = "A tool to help you backup your git repositories from services like GitHub"; 30 30 license = licenses.mit; 31 - maintainers = [ maintainers.marsam ]; 31 + maintainers = [ ]; 32 32 mainProgram = "git-backup"; 33 33 }; 34 34 }
+1 -1
pkgs/applications/version-management/git-gone/default.nix
··· 32 32 homepage = "https://github.com/swsnr/git-gone"; 33 33 changelog = "https://github.com/swsnr/git-gone/raw/v${version}/CHANGELOG.md"; 34 34 license = licenses.asl20; 35 - maintainers = [ maintainers.marsam ]; 35 + maintainers = [ ]; 36 36 mainProgram = "git-gone"; 37 37 }; 38 38 }
+1 -1
pkgs/applications/version-management/git-lfs/default.nix
··· 54 54 homepage = "https://git-lfs.github.com/"; 55 55 changelog = "https://github.com/git-lfs/git-lfs/raw/v${version}/CHANGELOG.md"; 56 56 license = licenses.mit; 57 - maintainers = with maintainers; [ twey marsam ]; 57 + maintainers = with maintainers; [ twey ]; 58 58 mainProgram = "git-lfs"; 59 59 }; 60 60 }
+1 -1
pkgs/applications/version-management/git-reparent/default.nix
··· 26 26 meta = with lib; { 27 27 inherit (src.meta) homepage; 28 28 description = "Git command to recommit HEAD with a new set of parents"; 29 - maintainers = [ maintainers.marsam ]; 29 + maintainers = [ ]; 30 30 license = licenses.gpl2; 31 31 platforms = platforms.unix; 32 32 mainProgram = "git-reparent";
+1 -1
pkgs/applications/version-management/git-standup/default.nix
··· 26 26 description = "Recall what you did on the last working day"; 27 27 homepage = "https://github.com/kamranahmedse/git-standup"; 28 28 license = licenses.mit; 29 - maintainers = [ maintainers.marsam ]; 29 + maintainers = [ ]; 30 30 platforms = platforms.all; 31 31 mainProgram = "git-standup"; 32 32 };
+1 -1
pkgs/applications/version-management/git-subtrac/default.nix
··· 19 19 description = "Keep the content for your git submodules all in one place: the parent repo"; 20 20 homepage = "https://github.com/apenwarr/git-subtrac"; 21 21 license = licenses.asl20; 22 - maintainers = [ maintainers.marsam ]; 22 + maintainers = [ ]; 23 23 mainProgram = "git-subtrac"; 24 24 }; 25 25 }
+1 -1
pkgs/applications/version-management/git-test/default.nix
··· 27 27 description = "Test your commits"; 28 28 homepage = "https://github.com/spotify/git-test"; 29 29 license = licenses.asl20; 30 - maintainers = [ maintainers.marsam ]; 30 + maintainers = [ ]; 31 31 platforms = platforms.all; 32 32 mainProgram = "git-test"; 33 33 };
+1 -1
pkgs/applications/version-management/git-trim/default.nix
··· 50 50 description = "Automatically trims your branches whose tracking remote refs are merged or gone"; 51 51 homepage = "https://github.com/foriequal0/git-trim"; 52 52 license = licenses.mit; 53 - maintainers = [ maintainers.marsam ]; 53 + maintainers = [ ]; 54 54 mainProgram = "git-trim"; 55 55 }; 56 56 }
+1 -1
pkgs/applications/version-management/lab/default.nix
··· 36 36 description = "Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab"; 37 37 homepage = "https://zaquestion.github.io/lab"; 38 38 license = licenses.cc0; 39 - maintainers = with maintainers; [ marsam dtzWill ]; 39 + maintainers = with maintainers; [ dtzWill ]; 40 40 mainProgram = "lab"; 41 41 }; 42 42 }
+1 -1
pkgs/applications/video/go-chromecast/default.nix
··· 19 19 homepage = "https://github.com/vishen/go-chromecast"; 20 20 description = "CLI for Google Chromecast, Home devices and Cast Groups"; 21 21 license = licenses.asl20; 22 - maintainers = with maintainers; [ marsam ]; 22 + maintainers = with maintainers; [ ]; 23 23 mainProgram = "go-chromecast"; 24 24 }; 25 25 }
+1 -1
pkgs/applications/virtualization/docker-slim/default.nix
··· 39 39 homepage = "https://slimtoolkit.org/"; 40 40 changelog = "https://github.com/slimtoolkit/slim/raw/${version}/CHANGELOG.md"; 41 41 license = licenses.asl20; 42 - maintainers = with maintainers; [ Br1ght0ne marsam mbrgm ]; 42 + maintainers = with maintainers; [ Br1ght0ne mbrgm ]; 43 43 }; 44 44 }
+1 -1
pkgs/applications/virtualization/dumb-init/default.nix
··· 29 29 description = "A minimal init system for Linux containers"; 30 30 homepage = "https://github.com/Yelp/dumb-init"; 31 31 license = licenses.mit; 32 - maintainers = [ maintainers.marsam ]; 32 + maintainers = [ ]; 33 33 platforms = platforms.linux; 34 34 mainProgram = "dumb-init"; 35 35 };
+1 -1
pkgs/applications/virtualization/podman/default.nix
··· 161 161 ''; 162 162 changelog = "https://github.com/containers/podman/blob/v${version}/RELEASE_NOTES.md"; 163 163 license = licenses.asl20; 164 - maintainers = with maintainers; [ marsam ] ++ teams.podman.members; 164 + maintainers = with maintainers; [ ] ++ teams.podman.members; 165 165 mainProgram = "podman"; 166 166 }; 167 167 }
+1 -1
pkgs/by-name/ab/ab-av1/package.nix
··· 27 27 homepage = "https://github.com/alexheretic/ab-av1"; 28 28 changelog = "https://github.com/alexheretic/ab-av1/blob/${src.rev}/CHANGELOG.md"; 29 29 license = licenses.mit; 30 - maintainers = [ maintainers.marsam ]; 30 + maintainers = [ ]; 31 31 mainProgram = "ab-av1"; 32 32 }; 33 33 }
+1 -1
pkgs/by-name/in/integresql/package.nix
··· 31 31 homepage = "https://github.com/allaboutapps/integresql"; 32 32 changelog = "https://github.com/allaboutapps/integresql/blob/${src.rev}/CHANGELOG.md"; 33 33 license = licenses.mit; 34 - maintainers = [ maintainers.marsam ]; 34 + maintainers = [ ]; 35 35 mainProgram = "integresql"; 36 36 }; 37 37 }
+1 -1
pkgs/by-name/ir/iredis/package.nix
··· 64 64 changelog = "https://github.com/laixintao/iredis/blob/${src.rev}/CHANGELOG.md"; 65 65 homepage = "https://iredis.xbin.io/"; 66 66 license = licenses.bsd3; 67 - maintainers = with maintainers; [ marsam ]; 67 + maintainers = with maintainers; [ ]; 68 68 mainProgram = "iredis"; 69 69 }; 70 70 }
+1 -1
pkgs/by-name/ji/jigmo/package.nix
··· 21 21 description = "Japanese Kanji font set which is the official successor to Hanazono Mincho"; 22 22 homepage = "https://kamichikoichi.github.io/jigmo/"; 23 23 license = licenses.cc0; 24 - maintainers = [ maintainers.marsam ]; 24 + maintainers = [ ]; 25 25 platforms = platforms.all; 26 26 }; 27 27 }
+1 -1
pkgs/by-name/le/ledger/package.nix
··· 57 57 their data, there really is no alternative. 58 58 ''; 59 59 platforms = platforms.all; 60 - maintainers = with maintainers; [ jwiegley marsam ]; 60 + maintainers = with maintainers; [ jwiegley ]; 61 61 }; 62 62 }
+1 -1
pkgs/by-name/li/libui-ng/package.nix
··· 53 53 description = "A portable GUI library for C"; 54 54 homepage = "https://github.com/libui-ng/libui-ng"; 55 55 license = licenses.mit; 56 - maintainers = with maintainers; [ marsam ]; 56 + maintainers = with maintainers; [ ]; 57 57 platforms = platforms.all; 58 58 }; 59 59 }
+1 -1
pkgs/by-name/my/mystmd/package.nix
··· 36 36 homepage = "https://github.com/executablebooks/mystmd"; 37 37 changelog = "https://github.com/executablebooks/mystmd/blob/${src.rev}/packages/myst-cli/CHANGELOG.md"; 38 38 license = licenses.mit; 39 - maintainers = [ maintainers.marsam ]; 39 + maintainers = [ ]; 40 40 mainProgram = "myst"; 41 41 }; 42 42 }
+1 -1
pkgs/by-name/ni/nimlsp/package.nix
··· 41 41 description = "Language Server Protocol implementation for Nim"; 42 42 homepage = "https://github.com/PMunch/nimlsp"; 43 43 license = lib.licenses.mit; 44 - maintainers = [ lib.maintainers.marsam ]; 44 + maintainers = [ ]; 45 45 }; 46 46 })
+1 -1
pkgs/by-name/pd/pdfannots/package.nix
··· 28 28 description = "Extracts and formats text annotations from a PDF file"; 29 29 homepage = "https://github.com/0xabu/pdfannots"; 30 30 license = licenses.mit; 31 - maintainers = [ maintainers.marsam ]; 31 + maintainers = [ ]; 32 32 mainProgram = "pdfannots"; 33 33 }; 34 34 }
+1 -1
pkgs/by-name/pg/pgagroal/package.nix
··· 23 23 homepage = "https://agroal.github.io/pgagroal/"; 24 24 changelog = "https://github.com/agroal/pgagroal/releases/tag/${finalAttrs.version}"; 25 25 license = licenses.bsd3; 26 - maintainers = [ maintainers.marsam ]; 26 + maintainers = [ ]; 27 27 platforms = platforms.unix; 28 28 }; 29 29 })
+1 -1
pkgs/by-name/pg/pgcopydb/package.nix
··· 59 59 homepage = "https://github.com/dimitri/pgcopydb"; 60 60 changelog = "https://github.com/dimitri/pgcopydb/blob/${finalAttrs.src.rev}/CHANGELOG.md"; 61 61 license = licenses.postgresql; 62 - maintainers = with maintainers; [ marsam ]; 62 + maintainers = with maintainers; [ ]; 63 63 mainProgram = "pgcopydb"; 64 64 platforms = platforms.all; 65 65 };
+1 -1
pkgs/by-name/pg/pgmoneta/package.nix
··· 55 55 homepage = "https://pgmoneta.github.io/"; 56 56 changelog = "https://github.com/pgmoneta/pgmoneta/releases/tag/${version}"; 57 57 license = licenses.bsd3; 58 - maintainers = [ maintainers.marsam ]; 58 + maintainers = [ ]; 59 59 platforms = platforms.linux; 60 60 }; 61 61 }
+1 -1
pkgs/by-name/pi/piv-agent/package.nix
··· 35 35 description = "An SSH and GPG agent which you can use with your PIV hardware security device (e.g. a Yubikey)"; 36 36 homepage = "https://github.com/smlx/piv-agent"; 37 37 license = licenses.asl20; 38 - maintainers = [ maintainers.marsam ]; 38 + maintainers = [ ]; 39 39 mainProgram = "piv-agent"; 40 40 }; 41 41 }
+1 -1
pkgs/by-name/qu/quickjs-ng/package.nix
··· 46 46 description = "A mighty JavaScript engine"; 47 47 homepage = "https://github.com/quickjs-ng/quickjs"; 48 48 license = licenses.mit; 49 - maintainers = with maintainers; [ marsam ]; 49 + maintainers = with maintainers; [ ]; 50 50 platforms = platforms.all; 51 51 mainProgram = "qjs"; 52 52 };
+1 -1
pkgs/by-name/qu/quicktype/package.nix
··· 29 29 description = "Generate types and converters from JSON, Schema, and GraphQL"; 30 30 homepage = "https://quicktype.io/"; 31 31 license = licenses.asl20; 32 - maintainers = [ maintainers.marsam ]; 32 + maintainers = [ ]; 33 33 mainProgram = "quicktype"; 34 34 }; 35 35 }
+1 -1
pkgs/by-name/ra/rage/package.nix
··· 43 43 homepage = "https://github.com/str4d/rage"; 44 44 changelog = "https://github.com/str4d/rage/blob/v${version}/rage/CHANGELOG.md"; 45 45 license = with licenses; [ asl20 mit ]; # either at your option 46 - maintainers = with maintainers; [ marsam ryantm ]; 46 + maintainers = with maintainers; [ ryantm ]; 47 47 mainProgram = "rage"; 48 48 }; 49 49 }
+1 -1
pkgs/by-name/rq/rqbit/package.nix
··· 30 30 homepage = "https://github.com/ikatson/rqbit"; 31 31 changelog = "https://github.com/ikatson/rqbit/releases/tag/v${version}"; 32 32 license = licenses.asl20; 33 - maintainers = with maintainers; [ marsam ]; 33 + maintainers = with maintainers; [ ]; 34 34 mainProgram = "rqbit"; 35 35 }; 36 36 }
+1 -1
pkgs/by-name/tw/twitch-dl/package.nix
··· 58 58 homepage = "https://github.com/ihabunek/twitch-dl"; 59 59 changelog = "https://github.com/ihabunek/twitch-dl/blob/${src.rev}/CHANGELOG.md"; 60 60 license = licenses.gpl3Only; 61 - maintainers = with maintainers; [ marsam ]; 61 + maintainers = with maintainers; [ ]; 62 62 mainProgram = "twitch-dl"; 63 63 }; 64 64 }
+1 -1
pkgs/by-name/uv/uv/package.nix
··· 65 65 homepage = "https://github.com/astral-sh/uv"; 66 66 changelog = "https://github.com/astral-sh/uv/blob/${src.rev}/CHANGELOG.md"; 67 67 license = with licenses; [ asl20 mit ]; 68 - maintainers = with maintainers; [ marsam ]; 68 + maintainers = with maintainers; [ ]; 69 69 mainProgram = "uv"; 70 70 }; 71 71 }
+1 -1
pkgs/by-name/wh/whistle/package.nix
··· 20 20 homepage = "https://github.com/avwo/whistle"; 21 21 changelog = "https://github.com/avwo/whistle/blob/${src.rev}/CHANGELOG.md"; 22 22 license = licenses.mit; 23 - maintainers = [ maintainers.marsam ]; 23 + maintainers = [ ]; 24 24 mainProgram = "whistle"; 25 25 }; 26 26 }
+1 -1
pkgs/by-name/xi/xiu/package.nix
··· 42 42 homepage = "https://github.com/harlanc/xiu"; 43 43 changelog = "https://github.com/harlanc/xiu/releases/tag/v${version}"; 44 44 license = licenses.mit; 45 - maintainers = with maintainers; [ marsam ]; 45 + maintainers = with maintainers; [ ]; 46 46 mainProgram = "xiu"; 47 47 }; 48 48 }
+1 -1
pkgs/data/documentation/scheme-manpages/default.nix
··· 24 24 description = "Unix manual pages for R6RS and R7RS"; 25 25 homepage = "https://github.com/schemedoc/manpages"; 26 26 license = licenses.mit; 27 - maintainers = [ maintainers.marsam ]; 27 + maintainers = [ ]; 28 28 platforms = platforms.all; 29 29 }; 30 30 }
+1 -1
pkgs/data/fonts/3270font/default.nix
··· 30 30 homepage = "https://github.com/rbanffy/3270font"; 31 31 changelog = "https://github.com/rbanffy/3270font/blob/v${version}/CHANGELOG.md"; 32 32 license = [ licenses.bsd3 licenses.ofl ]; 33 - maintainers = [ maintainers.marsam ]; 33 + maintainers = [ ]; 34 34 platforms = platforms.all; 35 35 }; 36 36 }
+1 -1
pkgs/data/fonts/barlow/default.nix
··· 26 26 description = "A grotesk variable font superfamily"; 27 27 homepage = "https://tribby.com/fonts/barlow/"; 28 28 license = licenses.ofl; 29 - maintainers = [ maintainers.marsam ]; 29 + maintainers = [ ]; 30 30 platforms = platforms.all; 31 31 }; 32 32 }
+1 -1
pkgs/data/fonts/cascadia-code/default.nix
··· 24 24 homepage = "https://github.com/microsoft/cascadia-code"; 25 25 changelog = "https://github.com/microsoft/cascadia-code/raw/v${version}/FONTLOG.txt"; 26 26 license = licenses.ofl; 27 - maintainers = [ maintainers.marsam ]; 27 + maintainers = [ ]; 28 28 platforms = platforms.all; 29 29 }; 30 30 }
+1 -1
pkgs/data/fonts/cooper-hewitt/default.nix
··· 23 23 description = "A contemporary sans serif, with characters composed of modified-geometric curves and arches"; 24 24 license = licenses.ofl; 25 25 platforms = platforms.all; 26 - maintainers = [ maintainers.marsam ]; 26 + maintainers = [ ]; 27 27 }; 28 28 }
+1 -1
pkgs/data/fonts/cozette/default.nix
··· 28 28 changelog = "https://github.com/slavfox/Cozette/blob/v.${version}/CHANGELOG.md"; 29 29 license = licenses.mit; 30 30 platforms = platforms.all; 31 - maintainers = with maintainers; [ brettlyons marsam ]; 31 + maintainers = with maintainers; [ brettlyons ]; 32 32 }; 33 33 }
+1 -1
pkgs/data/fonts/fraunces/default.nix
··· 22 22 description = "A display, “Old Style” soft-serif typeface inspired by early 20th century typefaces"; 23 23 homepage = "https://github.com/undercasetype/Fraunces"; 24 24 license = licenses.ofl; 25 - maintainers = [ maintainers.marsam ]; 25 + maintainers = [ ]; 26 26 platforms = platforms.all; 27 27 }; 28 28 }
+1 -1
pkgs/data/fonts/ia-writer-duospace/default.nix
··· 25 25 homepage = "https://ia.net/topics/in-search-of-the-perfect-writing-font"; 26 26 license = licenses.ofl; 27 27 platforms = platforms.all; 28 - maintainers = [ maintainers.marsam ]; 28 + maintainers = [ ]; 29 29 }; 30 30 }
+1 -1
pkgs/data/fonts/jetbrains-mono/default.nix
··· 28 28 homepage = "https://jetbrains.com/mono/"; 29 29 changelog = "https://github.com/JetBrains/JetBrainsMono/blob/v${version}/Changelog.md"; 30 30 license = licenses.ofl; 31 - maintainers = [ maintainers.marsam ]; 31 + maintainers = [ ]; 32 32 platforms = platforms.all; 33 33 }; 34 34 }
+1 -1
pkgs/data/fonts/martian-mono/default.nix
··· 29 29 homepage = "https://github.com/evilmartians/mono"; 30 30 changelog = "https://github.com/evilmartians/mono/raw/v${version}/Changelog.md"; 31 31 license = licenses.ofl; 32 - maintainers = [ maintainers.marsam ]; 32 + maintainers = [ ]; 33 33 platforms = platforms.all; 34 34 }; 35 35 }
+1 -1
pkgs/data/fonts/rhodium-libre/default.nix
··· 25 25 homepage = "https://github.com/DunwichType/RhodiumLibre"; 26 26 license = licenses.ofl; 27 27 platforms = platforms.all; 28 - maintainers = [ maintainers.marsam ]; 28 + maintainers = [ ]; 29 29 }; 30 30 }
+1 -1
pkgs/data/fonts/work-sans/default.nix
··· 21 21 description = "A grotesque sans"; 22 22 homepage = "https://weiweihuanghuang.github.io/Work-Sans/"; 23 23 license = licenses.ofl; 24 - maintainers = [ maintainers.marsam ]; 24 + maintainers = [ ]; 25 25 platforms = platforms.all; 26 26 }; 27 27 }
+1 -1
pkgs/data/fonts/xkcd-font/default.nix
··· 25 25 homepage = "https://github.com/ipython/xkcd-font"; 26 26 license = licenses.cc-by-nc-30; 27 27 platforms = platforms.all; 28 - maintainers = [ maintainers.marsam ]; 28 + maintainers = [ ]; 29 29 }; 30 30 }
+1 -1
pkgs/development/compilers/c0/default.nix
··· 76 76 description = "A small safe subset of the C programming language, augmented with contracts"; 77 77 homepage = "https://c0.cs.cmu.edu/"; 78 78 license = licenses.mit; 79 - maintainers = [ maintainers.marsam ]; 79 + maintainers = [ ]; 80 80 platforms = platforms.unix; 81 81 # line 1: ../../bin/wrappergen: cannot execute: required file not found 82 82 # make[2]: *** [../../lib.mk:83:
+1 -1
pkgs/development/compilers/mruby/default.nix
··· 37 37 meta = with lib; { 38 38 description = "An embeddable implementation of the Ruby language"; 39 39 homepage = "https://mruby.org"; 40 - maintainers = with maintainers; [ nicknovitski marsam ]; 40 + maintainers = with maintainers; [ nicknovitski ]; 41 41 license = licenses.mit; 42 42 platforms = platforms.all; 43 43 mainProgram = "mruby";
+1 -1
pkgs/development/compilers/typescript/default.nix
··· 28 28 homepage = "https://www.typescriptlang.org/"; 29 29 changelog = "https://github.com/microsoft/TypeScript/releases/tag/v${version}"; 30 30 license = licenses.asl20; 31 - maintainers = [ maintainers.marsam ]; 31 + maintainers = [ ]; 32 32 mainProgram = "tsc"; 33 33 }; 34 34 }
+1 -1
pkgs/development/compilers/zz/default.nix
··· 47 47 mainProgram = "zz"; 48 48 homepage = "https://github.com/zetzit/zz"; 49 49 license = licenses.mit; 50 - maintainers = [ maintainers.marsam ]; 50 + maintainers = [ ]; 51 51 }; 52 52 }
+1 -1
pkgs/development/coq-modules/coq-lsp/default.nix
··· 36 36 description = "Language Server Protocol and VS Code Extension for Coq"; 37 37 homepage = "https://github.com/ejgallego/coq-lsp"; 38 38 changelog = "https://github.com/ejgallego/coq-lsp/blob/${defaultVersion}/CHANGES.md"; 39 - maintainers = with maintainers; [ alizter marsam ]; 39 + maintainers = with maintainers; [ alizter ]; 40 40 license = licenses.lgpl21Only; 41 41 }; 42 42 }
+1 -1
pkgs/development/interpreters/luau/default.nix
··· 44 44 changelog = "https://github.com/luau-lang/luau/releases/tag/${version}"; 45 45 license = licenses.mit; 46 46 platforms = platforms.all; 47 - maintainers = [ maintainers.marsam ]; 47 + maintainers = [ ]; 48 48 mainProgram = "luau"; 49 49 }; 50 50 }
+1 -1
pkgs/development/interpreters/nelua/default.nix
··· 30 30 homepage = "https://nelua.io/"; 31 31 license = licenses.mit; 32 32 platforms = platforms.all; 33 - maintainers = [ maintainers.marsam ]; 33 + maintainers = [ ]; 34 34 }; 35 35 }
+1 -1
pkgs/development/interpreters/ruby/default.nix
··· 264 264 description = "An object-oriented language for quick and easy programming"; 265 265 homepage = "https://www.ruby-lang.org/"; 266 266 license = licenses.ruby; 267 - maintainers = with maintainers; [ vrthra manveru marsam ]; 267 + maintainers = with maintainers; [ vrthra manveru ]; 268 268 platforms = platforms.all; 269 269 knownVulnerabilities = op (lib.versionOlder ver.majMin "3.0") "This Ruby release has reached its end of life. See https://www.ruby-lang.org/en/downloads/branches/."; 270 270 };
+1 -1
pkgs/development/interpreters/zuo/default.nix
··· 19 19 homepage = "https://github.com/racket/zuo"; 20 20 license = licenses.mit; 21 21 platforms = platforms.all; 22 - maintainers = [ maintainers.marsam ]; 22 + maintainers = [ ]; 23 23 }; 24 24 }
+1 -1
pkgs/development/libraries/grpc/default.nix
··· 106 106 meta = with lib; { 107 107 description = "The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)"; 108 108 license = licenses.asl20; 109 - maintainers = with maintainers; [ lnl7 marsam ]; 109 + maintainers = with maintainers; [ lnl7 ]; 110 110 homepage = "https://grpc.io/"; 111 111 platforms = platforms.all; 112 112 changelog = "https://github.com/grpc/grpc/releases/tag/v${version}";
+1 -1
pkgs/development/libraries/jansson/default.nix
··· 25 25 changelog = "https://github.com/akheron/jansson/raw/v${version}/CHANGES"; 26 26 license = licenses.mit; 27 27 platforms = platforms.all; 28 - maintainers = [ maintainers.marsam ]; 28 + maintainers = [ ]; 29 29 }; 30 30 }
+1 -1
pkgs/development/libraries/libfyaml/default.nix
··· 32 32 homepage = "https://github.com/pantoniou/libfyaml"; 33 33 changelog = "https://github.com/pantoniou/libfyaml/releases/tag/v${finalAttrs.version}"; 34 34 license = licenses.mit; 35 - maintainers = [ maintainers.marsam ]; 35 + maintainers = [ ]; 36 36 pkgConfigModules = [ "libfyaml" ]; 37 37 platforms = platforms.all; 38 38 };
+1 -1
pkgs/development/libraries/libimagequant/default.nix
··· 62 62 longDescription = "Small, portable C library for high-quality conversion of RGBA images to 8-bit indexed-color (palette) images."; 63 63 license = licenses.gpl3Plus; 64 64 platforms = platforms.unix; 65 - maintainers = with maintainers; [ ma9e marsam ]; 65 + maintainers = with maintainers; [ ma9e ]; 66 66 }; 67 67 }
+1 -1
pkgs/development/libraries/libkqueue/default.nix
··· 18 18 homepage = "https://github.com/mheily/libkqueue"; 19 19 changelog = "https://github.com/mheily/libkqueue/raw/v${version}/ChangeLog"; 20 20 license = licenses.bsd2; 21 - maintainers = [ maintainers.marsam ]; 21 + maintainers = [ ]; 22 22 platforms = platforms.linux; 23 23 }; 24 24 }
+1 -1
pkgs/development/libraries/libpg_query/default.nix
··· 34 34 changelog = "https://github.com/pganalyze/libpg_query/blob/${version}/CHANGELOG.md"; 35 35 license = licenses.bsd3; 36 36 platforms = platforms.unix; 37 - maintainers = [ maintainers.marsam ]; 37 + maintainers = [ ]; 38 38 }; 39 39 }
+1 -1
pkgs/development/libraries/libuv/default.nix
··· 120 120 homepage = "https://libuv.org/"; 121 121 changelog = "https://github.com/libuv/libuv/blob/v${finalAttrs.version}/ChangeLog"; 122 122 pkgConfigModules = [ "libuv" ]; 123 - maintainers = with maintainers; [ marsam ]; 123 + maintainers = with maintainers; [ ]; 124 124 platforms = platforms.all; 125 125 license = with licenses; [ mit isc bsd2 bsd3 cc-by-40 ]; 126 126 };
+1 -1
pkgs/development/libraries/libvmaf/default.nix
··· 46 46 homepage = "https://github.com/Netflix/vmaf"; 47 47 changelog = "https://github.com/Netflix/vmaf/blob/v${finalAttrs.version}/CHANGELOG.md"; 48 48 license = licenses.bsd2Patent; 49 - maintainers = [ maintainers.cfsmp3 maintainers.marsam ]; 49 + maintainers = [ maintainers.cfsmp3 ]; 50 50 mainProgram = "vmaf"; 51 51 platforms = platforms.unix; 52 52 };
+1 -1
pkgs/development/libraries/llhttp/default.nix
··· 31 31 changelog = "https://github.com/nodejs/llhttp/releases/tag/release/v${finalAttrs.version}"; 32 32 license = licenses.mit; 33 33 pkgConfigModules = [ "libllhttp" ]; 34 - maintainers = [ maintainers.marsam ]; 34 + maintainers = [ ]; 35 35 platforms = platforms.all; 36 36 }; 37 37 })
+1 -1
pkgs/development/libraries/parson/default.nix
··· 18 18 homepage = "https://github.com/kgabis/parson"; 19 19 license = licenses.mit; 20 20 platforms = platforms.all; 21 - maintainers = [ maintainers.marsam ]; 21 + maintainers = [ ]; 22 22 }; 23 23 }
+2 -2
pkgs/development/lua-modules/generated-packages.nix
··· 202 202 meta = { 203 203 homepage = "https://github.com/sile-typesetter/cassowary.lua"; 204 204 description = "The cassowary constraint solver"; 205 - maintainers = with lib.maintainers; [ marsam alerque ]; 205 + maintainers = with lib.maintainers; [ alerque ]; 206 206 license.fullName = "Apache 2"; 207 207 }; 208 208 }) {}; ··· 315 315 meta = { 316 316 homepage = "http://cosmo.luaforge.net"; 317 317 description = "Safe templates for Lua"; 318 - maintainers = with lib.maintainers; [ marsam ]; 318 + maintainers = with lib.maintainers; [ ]; 319 319 license.fullName = "MIT/X11"; 320 320 }; 321 321 }) {};
+1 -1
pkgs/development/misc/h3/default.nix
··· 39 39 license = licenses.asl20; 40 40 changelog = "https://github.com/uber/h3/raw/v${version}/CHANGELOG.md"; 41 41 platforms = platforms.all; 42 - maintainers = with maintainers; [ kalbasit marsam ]; 42 + maintainers = with maintainers; [ kalbasit ]; 43 43 }; 44 44 }; 45 45 in
+1 -1
pkgs/development/ocaml-modules/cmarkit/default.nix
··· 42 42 homepage = "https://erratique.ch/software/cmarkit"; 43 43 changelog = "https://github.com/dbuenzli/cmarkit/blob/v${version}/CHANGES.md"; 44 44 license = licenses.isc; 45 - maintainers = [ maintainers.marsam ]; 45 + maintainers = [ ]; 46 46 inherit (ocaml.meta) platforms; 47 47 }; 48 48 }
+1 -1
pkgs/development/ocaml-modules/csexp/default.nix
··· 20 20 homepage = "https://github.com/ocaml-dune/csexp"; 21 21 changelog = "https://github.com/ocaml-dune/csexp/raw/${version}/CHANGES.md"; 22 22 license = licenses.mit; 23 - maintainers = with maintainers; [ marsam ]; 23 + maintainers = with maintainers; [ ]; 24 24 }; 25 25 }
+1 -1
pkgs/development/ocaml-modules/dune-action-plugin/default.nix
··· 17 17 meta = with lib; { 18 18 inherit (dune_3.meta) homepage; 19 19 description = "API for writing dynamic Dune actions"; 20 - maintainers = [ maintainers.marsam ]; 20 + maintainers = [ ]; 21 21 license = licenses.mit; 22 22 }; 23 23 }
+1 -1
pkgs/development/ocaml-modules/dune-configurator/default.nix
··· 18 18 19 19 meta = with lib; { 20 20 description = "Helper library for gathering system configuration"; 21 - maintainers = [ maintainers.marsam ]; 21 + maintainers = [ ]; 22 22 license = licenses.mit; 23 23 }; 24 24 }
+1 -1
pkgs/development/ocaml-modules/dune-glob/default.nix
··· 17 17 meta = with lib; { 18 18 inherit (dune_3.meta) homepage; 19 19 description = "Glob string matching language supported by dune"; 20 - maintainers = [ maintainers.marsam ]; 20 + maintainers = [ ]; 21 21 license = licenses.mit; 22 22 }; 23 23 }
+1 -1
pkgs/development/ocaml-modules/dune-private-libs/default.nix
··· 19 19 20 20 meta = with lib; { 21 21 description = "Private libraries of Dune"; 22 - maintainers = [ maintainers.marsam ]; 22 + maintainers = [ ]; 23 23 license = licenses.mit; 24 24 }; 25 25 }
+1 -1
pkgs/development/ocaml-modules/lun/default.nix
··· 15 15 description = "Optics in OCaml"; 16 16 homepage = "https://git.robur.coop/robur/lun"; 17 17 license = lib.licenses.isc; 18 - maintainers = with lib.maintainers; [ marsam ]; 18 + maintainers = with lib.maintainers; [ ]; 19 19 }; 20 20 }
+1 -1
pkgs/development/ocaml-modules/miou/default.nix
··· 16 16 homepage = "https://git.robur.coop/robur/miou"; 17 17 changelog = "https://git.robur.coop/robur/miou/src/tag/v${version}/CHANGES.md"; 18 18 license = lib.licenses.mit; 19 - maintainers = with lib.maintainers; [ marsam ]; 19 + maintainers = with lib.maintainers; [ ]; 20 20 }; 21 21 }
+1 -1
pkgs/development/ocaml-modules/mldoc/default.nix
··· 64 64 homepage = "https://github.com/logseq/mldoc"; 65 65 description = "Another Emacs Org-mode and Markdown parser"; 66 66 license = licenses.agpl3Only; 67 - maintainers = with maintainers; [ marsam ]; 67 + maintainers = with maintainers; [ ]; 68 68 }; 69 69 }
+1 -1
pkgs/development/ocaml-modules/ocaml-lsp/jsonrpc.nix
··· 73 73 description = "Jsonrpc protocol implementation in OCaml"; 74 74 license = licenses.isc; 75 75 platforms = platforms.unix; 76 - maintainers = with maintainers; [ marsam ]; 76 + maintainers = with maintainers; [ ]; 77 77 }; 78 78 }
+1 -1
pkgs/development/ocaml-modules/ocamlformat/ocamlformat-lib.nix
··· 19 19 meta = { 20 20 homepage = "https://github.com/ocaml-ppx/ocamlformat"; 21 21 description = "Auto-formatter for OCaml code (library)"; 22 - maintainers = with lib.maintainers; [ Zimmi48 marsam Julow ]; 22 + maintainers = with lib.maintainers; [ Zimmi48 Julow ]; 23 23 license = lib.licenses.mit; 24 24 }; 25 25 }
+1 -1
pkgs/development/ocaml-modules/ocamlformat/ocamlformat-rpc-lib.nix
··· 21 21 homepage = "https://github.com/ocaml-ppx/ocamlformat"; 22 22 description = "Auto-formatter for OCaml code (RPC mode)"; 23 23 license = licenses.mit; 24 - maintainers = with maintainers; [ Zimmi48 marsam Julow ]; 24 + maintainers = with maintainers; [ Zimmi48 Julow ]; 25 25 }; 26 26 }
+1 -1
pkgs/development/ocaml-modules/ocamlformat/ocamlformat.nix
··· 31 31 meta = { 32 32 homepage = "https://github.com/ocaml-ppx/ocamlformat"; 33 33 description = "Auto-formatter for OCaml code"; 34 - maintainers = with lib.maintainers; [ Zimmi48 marsam Julow ]; 34 + maintainers = with lib.maintainers; [ Zimmi48 Julow ]; 35 35 license = lib.licenses.mit; 36 36 mainProgram = "ocamlformat"; 37 37 };
+1 -1
pkgs/development/ocaml-modules/odoc-parser/default.nix
··· 40 40 meta = { 41 41 description = "Parser for Ocaml documentation comments"; 42 42 license = lib.licenses.isc; 43 - maintainers = [ lib.maintainers.marsam ]; 43 + maintainers = [ ]; 44 44 homepage = "https://github.com/ocaml-doc/odoc-parser"; 45 45 changelog = "https://github.com/ocaml-doc/odoc-parser/raw/${version}/CHANGES.md"; 46 46 };
+1 -1
pkgs/development/ocaml-modules/ppx_yojson_conv_lib/default.nix
··· 18 18 meta = with lib; { 19 19 description = "Runtime lib for ppx_yojson_conv"; 20 20 homepage = "https://github.com/janestreet/ppx_yojson_conv_lib"; 21 - maintainers = [ maintainers.marsam ]; 21 + maintainers = [ ]; 22 22 license = licenses.mit; 23 23 }; 24 24 }
+1 -1
pkgs/development/ocaml-modules/riot/default.nix
··· 40 40 homepage = "https://github.com/leostera/riot"; 41 41 changelog = "https://github.com/leostera/riot/blob/${version}/CHANGES.md"; 42 42 license = lib.licenses.mit; 43 - maintainers = with lib.maintainers; [ marsam ]; 43 + maintainers = with lib.maintainers; [ ]; 44 44 }; 45 45 }
+1 -1
pkgs/development/ocaml-modules/sedlex/default.nix
··· 80 80 changelog = "https://github.com/ocaml-community/sedlex/raw/v${version}/CHANGES"; 81 81 description = "An OCaml lexer generator for Unicode"; 82 82 license = lib.licenses.mit; 83 - maintainers = [ lib.maintainers.marsam ]; 83 + maintainers = [ ]; 84 84 }; 85 85 }
+1 -1
pkgs/development/ocaml-modules/visitors/default.nix
··· 23 23 changelog = "https://gitlab.inria.fr/fpottier/visitors/-/raw/${version}/CHANGES.md"; 24 24 license = licenses.lgpl21; 25 25 description = "An OCaml syntax extension (technically, a ppx_deriving plugin) which generates object-oriented visitors for traversing and transforming data structures"; 26 - maintainers = [ maintainers.marsam ]; 26 + maintainers = [ ]; 27 27 }; 28 28 }
+1 -1
pkgs/development/python-modules/accessible-pygments/default.nix
··· 34 34 homepage = "https://github.com/Quansight-Labs/accessible-pygments"; 35 35 changelog = "https://github.com/Quansight-Labs/accessible-pygments/raw/v${version}/CHANGELOG.md"; 36 36 license = licenses.bsd3; 37 - maintainers = with maintainers; [ marsam ]; 37 + maintainers = with maintainers; [ ]; 38 38 }; 39 39 }
+1 -1
pkgs/development/python-modules/apprise/default.nix
··· 74 74 homepage = "https://github.com/caronc/apprise"; 75 75 changelog = "https://github.com/caronc/apprise/releases/tag/v${version}"; 76 76 license = licenses.bsd3; 77 - maintainers = with maintainers; [ marsam ]; 77 + maintainers = with maintainers; [ ]; 78 78 mainProgram = "apprise"; 79 79 }; 80 80 }
+1 -1
pkgs/development/python-modules/approvaltests/default.nix
··· 79 79 homepage = "https://github.com/approvals/ApprovalTests.Python"; 80 80 changelog = "https://github.com/approvals/ApprovalTests.Python/releases/tag/v${version}"; 81 81 license = licenses.asl20; 82 - maintainers = with maintainers; [ marsam ]; 82 + maintainers = with maintainers; [ ]; 83 83 }; 84 84 }
+1 -1
pkgs/development/python-modules/borb/default.nix
··· 46 46 homepage = "https://borbpdf.com/"; 47 47 changelog = "https://github.com/jorisschellekens/borb/releases/tag/v${version}"; 48 48 license = licenses.agpl3Only; 49 - maintainers = with maintainers; [ marsam ]; 49 + maintainers = with maintainers; [ ]; 50 50 }; 51 51 }
+1 -1
pkgs/development/python-modules/breezy/default.nix
··· 126 126 homepage = "https://www.breezy-vcs.org/"; 127 127 changelog = "https://github.com/breezy-team/breezy/blob/${src.rev}/doc/en/release-notes/brz-${versions.majorMinor version}.txt"; 128 128 license = licenses.gpl2Only; 129 - maintainers = [ maintainers.marsam ]; 129 + maintainers = [ ]; 130 130 mainProgram = "brz"; 131 131 }; 132 132 }
+1 -1
pkgs/development/python-modules/chat-downloader/default.nix
··· 40 40 homepage = "https://github.com/xenova/chat-downloader"; 41 41 changelog = "https://github.com/xenova/chat-downloader/releases/tag/v${version}"; 42 42 license = licenses.mit; 43 - maintainers = with maintainers; [ marsam ]; 43 + maintainers = with maintainers; [ ]; 44 44 }; 45 45 }
+1 -1
pkgs/development/python-modules/curio/default.nix
··· 54 54 homepage = "https://github.com/dabeaz/curio"; 55 55 changelog = "https://github.com/dabeaz/curio/raw/${version}/CHANGES"; 56 56 license = licenses.bsd3; 57 - maintainers = [ maintainers.marsam ]; 57 + maintainers = [ ]; 58 58 }; 59 59 }
+1 -1
pkgs/development/python-modules/detect-secrets/default.nix
··· 68 68 description = "An enterprise friendly way of detecting and preventing secrets in code"; 69 69 homepage = "https://github.com/Yelp/detect-secrets"; 70 70 license = licenses.asl20; 71 - maintainers = with maintainers; [ marsam ]; 71 + maintainers = with maintainers; [ ]; 72 72 }; 73 73 }
+1 -1
pkgs/development/python-modules/eve/default.nix
··· 49 49 description = "Open source Python REST API framework designed for human beings"; 50 50 changelog = "https://github.com/pyeve/eve/blob/v${version}/CHANGES.rst"; 51 51 license = licenses.bsd3; 52 - maintainers = [ maintainers.marsam ]; 52 + maintainers = [ ]; 53 53 }; 54 54 }
+1 -1
pkgs/development/python-modules/fastbencode/default.nix
··· 34 34 description = "Fast implementation of bencode"; 35 35 homepage = "https://github.com/breezy-team/fastbencode"; 36 36 license = licenses.gpl2Plus; 37 - maintainers = with maintainers; [ marsam ]; 37 + maintainers = with maintainers; [ ]; 38 38 }; 39 39 }
+1 -1
pkgs/development/python-modules/flask-restx/default.nix
··· 83 83 homepage = "https://github.com/python-restx/flask-restx"; 84 84 changelog = "https://github.com/python-restx/flask-restx/blob/${version}/CHANGELOG.rst"; 85 85 license = licenses.bsd3; 86 - maintainers = [ maintainers.marsam ]; 86 + maintainers = [ ]; 87 87 }; 88 88 }
+1 -1
pkgs/development/python-modules/getjump/default.nix
··· 40 40 description = "Get and save images from jump web viewer"; 41 41 homepage = "https://github.com/eggplants/getjump"; 42 42 license = licenses.mit; 43 - maintainers = [ maintainers.marsam ]; 43 + maintainers = [ ]; 44 44 mainProgram = "jget"; 45 45 }; 46 46 }
+1 -1
pkgs/development/python-modules/internetarchive/default.nix
··· 73 73 homepage = "https://github.com/jjjake/internetarchive"; 74 74 changelog = "https://github.com/jjjake/internetarchive/blob/v${version}/HISTORY.rst"; 75 75 license = licenses.agpl3Plus; 76 - maintainers = [ maintainers.marsam ]; 76 + maintainers = [ ]; 77 77 mainProgram = "ia"; 78 78 }; 79 79 }
+1 -1
pkgs/development/python-modules/itemadapter/default.nix
··· 28 28 homepage = "https://github.com/scrapy/itemadapter"; 29 29 changelog = "https://github.com/scrapy/itemadapter/raw/v${version}/Changelog.md"; 30 30 license = licenses.bsd3; 31 - maintainers = with maintainers; [ marsam ]; 31 + maintainers = with maintainers; [ ]; 32 32 }; 33 33 }
+1 -1
pkgs/development/python-modules/itemloaders/default.nix
··· 48 48 homepage = "https://github.com/scrapy/itemloaders"; 49 49 changelog = "https://github.com/scrapy/itemloaders/raw/v${version}/docs/release-notes.rst"; 50 50 license = licenses.bsd3; 51 - maintainers = with maintainers; [ marsam ]; 51 + maintainers = with maintainers; [ ]; 52 52 }; 53 53 }
+1 -1
pkgs/development/python-modules/jupyter-book/default.nix
··· 71 71 homepage = "https://jupyterbook.org/"; 72 72 changelog = "https://github.com/executablebooks/jupyter-book/blob/v${version}/CHANGELOG.md"; 73 73 license = licenses.bsd3; 74 - maintainers = with maintainers; [ marsam ]; 74 + maintainers = with maintainers; [ ]; 75 75 mainProgram = "jupyter-book"; 76 76 }; 77 77 }
+1 -1
pkgs/development/python-modules/jupyter-cache/default.nix
··· 49 49 homepage = "https://github.com/executablebooks/jupyter-cache"; 50 50 changelog = "https://github.com/executablebooks/jupyter-cache/blob/v${version}/CHANGELOG.md"; 51 51 license = licenses.mit; 52 - maintainers = with maintainers; [ marsam ]; 52 + maintainers = with maintainers; [ ]; 53 53 }; 54 54 }
+1 -1
pkgs/development/python-modules/launchpadlib/default.nix
··· 54 54 description = "Script Launchpad through its web services interfaces. Officially supported"; 55 55 homepage = "https://help.launchpad.net/API/launchpadlib"; 56 56 license = licenses.lgpl3Only; 57 - maintainers = [ maintainers.marsam ]; 57 + maintainers = [ ]; 58 58 }; 59 59 }
+1 -1
pkgs/development/python-modules/lazr-restfulclient/default.nix
··· 37 37 description = "A programmable client library that takes advantage of the commonalities among"; 38 38 homepage = "https://launchpad.net/lazr.restfulclient"; 39 39 license = licenses.lgpl3; 40 - maintainers = [ maintainers.marsam ]; 40 + maintainers = [ ]; 41 41 }; 42 42 }
+1 -1
pkgs/development/python-modules/lazr-uri/default.nix
··· 22 22 description = "A self-contained, easily reusable library for parsing, manipulating"; 23 23 homepage = "https://launchpad.net/lazr.uri"; 24 24 license = licenses.lgpl3; 25 - maintainers = [ maintainers.marsam ]; 25 + maintainers = [ ]; 26 26 }; 27 27 }
+1 -1
pkgs/development/python-modules/macfsevents/default.nix
··· 27 27 homepage = "https://github.com/malthe/macfsevents"; 28 28 changelog = "https://github.com/malthe/macfsevents/blob/${version}/CHANGES.rst"; 29 29 license = licenses.bsd2; 30 - maintainers = [ maintainers.marsam ]; 30 + maintainers = [ ]; 31 31 platforms = platforms.darwin; 32 32 }; 33 33 }
+1 -1
pkgs/development/python-modules/merge3/default.nix
··· 31 31 mainProgram = "merge3"; 32 32 homepage = "https://github.com/breezy-team/merge3"; 33 33 license = licenses.gpl2Plus; 34 - maintainers = with maintainers; [ marsam ]; 34 + maintainers = with maintainers; [ ]; 35 35 }; 36 36 }
+1 -1
pkgs/development/python-modules/mike/default.nix
··· 56 56 mainProgram = "mike"; 57 57 homepage = "https://github.com/jimporter/mike"; 58 58 license = licenses.bsd3; 59 - maintainers = with maintainers; [ marsam ]; 59 + maintainers = with maintainers; [ ]; 60 60 }; 61 61 }
+1 -1
pkgs/development/python-modules/mockito/default.nix
··· 35 35 homepage = "https://github.com/kaste/mockito-python"; 36 36 changelog = "https://github.com/kaste/mockito-python/blob/${version}/CHANGES.txt"; 37 37 license = licenses.mit; 38 - maintainers = [ maintainers.marsam ]; 38 + maintainers = [ ]; 39 39 }; 40 40 }
+1 -1
pkgs/development/python-modules/myst-nb/default.nix
··· 57 57 homepage = "https://github.com/executablebooks/MyST-NB"; 58 58 changelog = "https://github.com/executablebooks/MyST-NB/raw/v${version}/CHANGELOG.md"; 59 59 license = licenses.mit; 60 - maintainers = with maintainers; [ marsam ]; 60 + maintainers = with maintainers; [ ]; 61 61 }; 62 62 }
+1 -1
pkgs/development/python-modules/nvchecker/default.nix
··· 86 86 homepage = "https://github.com/lilydjwg/nvchecker"; 87 87 changelog = "https://github.com/lilydjwg/nvchecker/releases/tag/v${version}"; 88 88 license = licenses.mit; 89 - maintainers = with maintainers; [ marsam ]; 89 + maintainers = with maintainers; [ ]; 90 90 }; 91 91 }
+1 -1
pkgs/development/python-modules/papis/default.nix
··· 118 118 homepage = "https://papis.readthedocs.io/"; 119 119 changelog = "https://github.com/papis/papis/blob/v${version}/CHANGELOG.md"; 120 120 license = licenses.gpl3Only; 121 - maintainers = with maintainers; [ nico202 teto marsam ]; 121 + maintainers = with maintainers; [ nico202 teto ]; 122 122 }; 123 123 }
+1 -1
pkgs/development/python-modules/pdfminer-six/default.nix
··· 71 71 description = "PDF parser and analyzer"; 72 72 homepage = "https://github.com/pdfminer/pdfminer.six"; 73 73 license = licenses.mit; 74 - maintainers = with maintainers; [ psyanticy marsam ]; 74 + maintainers = with maintainers; [ psyanticy ]; 75 75 }; 76 76 }
+1 -1
pkgs/development/python-modules/pdfx/default.nix
··· 27 27 description = "Extract references (pdf, url, doi, arxiv) and metadata from a PDF"; 28 28 mainProgram = "pdfx"; 29 29 license = licenses.asl20; 30 - maintainers = with maintainers; [ marsam ]; 30 + maintainers = with maintainers; [ ]; 31 31 }; 32 32 }
+1 -1
pkgs/development/python-modules/pglast/default.nix
··· 47 47 description = "PostgreSQL Languages AST and statements prettifier"; 48 48 changelog = "https://github.com/lelit/pglast/blob/v${version}/CHANGES.rst"; 49 49 license = licenses.gpl3Plus; 50 - maintainers = with maintainers; [ marsam ]; 50 + maintainers = with maintainers; [ ]; 51 51 mainProgram = "pgpp"; 52 52 }; 53 53 }
+1 -1
pkgs/development/python-modules/protego/default.nix
··· 31 31 homepage = "https://github.com/scrapy/protego"; 32 32 changelog = "https://github.com/scrapy/protego/blob/${version}/CHANGELOG.rst"; 33 33 license = licenses.bsd3; 34 - maintainers = with maintainers; [ marsam ]; 34 + maintainers = with maintainers; [ ]; 35 35 }; 36 36 }
+1 -1
pkgs/development/python-modules/py-pdf-parser/default.nix
··· 51 51 homepage = "https://github.com/jstockwin/py-pdf-parser"; 52 52 changelog = "https://github.com/jstockwin/py-pdf-parser/blob/v${version}/CHANGELOG.md"; 53 53 license = licenses.mit; 54 - maintainers = [ maintainers.marsam ]; 54 + maintainers = [ ]; 55 55 }; 56 56 }
+1 -1
pkgs/development/python-modules/pydata-sphinx-theme/default.nix
··· 44 44 homepage = "https://github.com/pydata/pydata-sphinx-theme"; 45 45 changelog = "https://github.com/pydata/pydata-sphinx-theme/releases/tag/v${version}"; 46 46 license = licenses.bsd3; 47 - maintainers = with maintainers; [ marsam ]; 47 + maintainers = with maintainers; [ ]; 48 48 }; 49 49 }
+1 -1
pkgs/development/python-modules/pykka/default.nix
··· 43 43 homepage = "https://www.pykka.org/"; 44 44 description = "A Python implementation of the actor model"; 45 45 changelog = "https://github.com/jodal/pykka/releases/tag/v${version}"; 46 - maintainers = with maintainers; [ marsam ]; 46 + maintainers = with maintainers; [ ]; 47 47 license = licenses.asl20; 48 48 }; 49 49 }
+1 -1
pkgs/development/python-modules/pytest-dependency/default.nix
··· 37 37 changelog = "https://github.com/RKrahl/pytest-dependency/blob/${version}/CHANGES.rst"; 38 38 description = "Manage dependencies of tests"; 39 39 license = licenses.asl20; 40 - maintainers = [ maintainers.marsam ]; 40 + maintainers = [ ]; 41 41 }; 42 42 }
+1 -1
pkgs/development/python-modules/pytest-twisted/default.nix
··· 40 40 description = "A twisted plugin for py.test"; 41 41 homepage = "https://github.com/pytest-dev/pytest-twisted"; 42 42 license = licenses.bsd3; 43 - maintainers = [ maintainers.marsam ]; 43 + maintainers = [ ]; 44 44 }; 45 45 }
+1 -1
pkgs/development/python-modules/python-twitter/default.nix
··· 60 60 description = "Python wrapper around the Twitter API"; 61 61 homepage = "https://github.com/bear/python-twitter"; 62 62 license = licenses.asl20; 63 - maintainers = [ maintainers.marsam ]; 63 + maintainers = [ ]; 64 64 }; 65 65 }
+1 -1
pkgs/development/python-modules/robotframework-selenium2library/default.nix
··· 19 19 description = "Web testing library for Robot Framework"; 20 20 homepage = "https://github.com/robotframework/Selenium2Library"; 21 21 license = licenses.asl20; 22 - maintainers = [ maintainers.marsam ]; 22 + maintainers = [ ]; 23 23 }; 24 24 25 25 }
+1 -1
pkgs/development/python-modules/robotframework-seleniumlibrary/default.nix
··· 50 50 description = "Web testing library for Robot Framework"; 51 51 homepage = "https://github.com/robotframework/SeleniumLibrary"; 52 52 license = licenses.asl20; 53 - maintainers = [ maintainers.marsam ]; 53 + maintainers = [ ]; 54 54 }; 55 55 }
+1 -1
pkgs/development/python-modules/robotstatuschecker/default.nix
··· 43 43 description = "A tool for checking that Robot Framework test cases have expected statuses and log messages"; 44 44 homepage = "https://github.com/robotframework/statuschecker"; 45 45 license = licenses.asl20; 46 - maintainers = [ maintainers.marsam ]; 46 + maintainers = [ ]; 47 47 }; 48 48 }
+1 -1
pkgs/development/python-modules/rst2pdf/default.nix
··· 72 72 homepage = "https://rst2pdf.org/"; 73 73 changelog = "https://github.com/rst2pdf/rst2pdf/blob/${version}/CHANGES.rst"; 74 74 license = licenses.mit; 75 - maintainers = with maintainers; [ marsam ]; 75 + maintainers = with maintainers; [ ]; 76 76 }; 77 77 }
+1 -1
pkgs/development/python-modules/scrapy/default.nix
··· 151 151 homepage = "https://scrapy.org/"; 152 152 changelog = "https://github.com/scrapy/scrapy/raw/${version}/docs/news.rst"; 153 153 license = licenses.bsd3; 154 - maintainers = with maintainers; [ marsam ]; 154 + maintainers = with maintainers; [ ]; 155 155 }; 156 156 }
+1 -1
pkgs/development/python-modules/setuptools-scm-git-archive/default.nix
··· 38 38 description = "setuptools_scm plugin for git archives"; 39 39 homepage = "https://github.com/Changaco/setuptools_scm_git_archive"; 40 40 license = licenses.mit; 41 - maintainers = [ maintainers.marsam ]; 41 + maintainers = [ ]; 42 42 # https://github.com/Changaco/setuptools_scm_git_archive/pull/22 43 43 broken = versionAtLeast setuptools-scm.version "8"; 44 44 };
+1 -1
pkgs/development/python-modules/soundcloud-v2/default.nix
··· 39 39 description = "Python wrapper for the v2 SoundCloud API"; 40 40 homepage = "https://github.com/7x11x13/soundcloud.py"; 41 41 license = licenses.mit; 42 - maintainers = with maintainers; [ marsam ]; 42 + maintainers = with maintainers; [ ]; 43 43 }; 44 44 }
+1 -1
pkgs/development/python-modules/sphinx-book-theme/default.nix
··· 41 41 homepage = "https://github.com/executablebooks/sphinx-book-theme"; 42 42 changelog = "https://github.com/executablebooks/sphinx-book-theme/raw/v${version}/CHANGELOG.md"; 43 43 license = licenses.bsd3; 44 - maintainers = with maintainers; [ marsam ]; 44 + maintainers = with maintainers; [ ]; 45 45 }; 46 46 }
+1 -1
pkgs/development/python-modules/sphinx-comments/default.nix
··· 25 25 description = "Add comments and annotation to your documentation"; 26 26 homepage = "https://github.com/executablebooks/sphinx-comments"; 27 27 license = licenses.mit; 28 - maintainers = with maintainers; [ marsam ]; 28 + maintainers = with maintainers; [ ]; 29 29 }; 30 30 }
+1 -1
pkgs/development/python-modules/sphinx-design/default.nix
··· 31 31 homepage = "https://github.com/executablebooks/sphinx-design"; 32 32 changelog = "https://github.com/executablebooks/sphinx-design/releases/tag/v${version}"; 33 33 license = licenses.mit; 34 - maintainers = with maintainers; [ marsam ]; 34 + maintainers = with maintainers; [ ]; 35 35 }; 36 36 }
+1 -1
pkgs/development/python-modules/sphinx-external-toc/default.nix
··· 38 38 homepage = "https://github.com/executablebooks/sphinx-external-toc"; 39 39 changelog = "https://github.com/executablebooks/sphinx-external-toc/raw/v${version}/CHANGELOG.md"; 40 40 license = licenses.mit; 41 - maintainers = with maintainers; [ marsam ]; 41 + maintainers = with maintainers; [ ]; 42 42 }; 43 43 }
+1 -1
pkgs/development/python-modules/sphinx-jupyterbook-latex/default.nix
··· 54 54 homepage = "https://github.com/executablebooks/sphinx-jupyterbook-latex"; 55 55 changelog = "https://github.com/executablebooks/sphinx-jupyterbook-latex/raw/v${version}/CHANGELOG.md"; 56 56 license = licenses.bsd3; 57 - maintainers = with maintainers; [ marsam ]; 57 + maintainers = with maintainers; [ ]; 58 58 }; 59 59 }
+1 -1
pkgs/development/python-modules/sphinx-multitoc-numbering/default.nix
··· 35 35 homepage = "https://github.com/executablebooks/sphinx-multitoc-numbering"; 36 36 changelog = "https://github.com/executablebooks/sphinx-multitoc-numbering/blob/v${version}/CHANGELOG.md"; 37 37 license = licenses.mit; 38 - maintainers = with maintainers; [ marsam ]; 38 + maintainers = with maintainers; [ ]; 39 39 }; 40 40 }
+1 -1
pkgs/development/python-modules/sphinx-thebe/default.nix
··· 38 38 homepage = "https://github.com/executablebooks/sphinx-thebe"; 39 39 changelog = "https://github.com/executablebooks/sphinx-thebe/releases/tag/v${version}"; 40 40 license = licenses.mit; 41 - maintainers = with maintainers; [ marsam ]; 41 + maintainers = with maintainers; [ ]; 42 42 }; 43 43 }
+1 -1
pkgs/development/python-modules/sphinx-togglebutton/default.nix
··· 35 35 description = "Toggle page content and collapse admonitions in Sphinx"; 36 36 homepage = "https://github.com/executablebooks/sphinx-togglebutton"; 37 37 license = licenses.mit; 38 - maintainers = with maintainers; [ marsam ]; 38 + maintainers = with maintainers; [ ]; 39 39 }; 40 40 }
+1 -1
pkgs/development/python-modules/tubeup/default.nix
··· 47 47 homepage = "https://github.com/bibanon/tubeup"; 48 48 changelog = "https://github.com/bibanon/tubeup/releases/tag/${version}"; 49 49 license = licenses.gpl3Only; 50 - maintainers = with maintainers; [ marsam ]; 50 + maintainers = with maintainers; [ ]; 51 51 }; 52 52 }
+1 -1
pkgs/development/python-modules/twitch-python/default.nix
··· 26 26 description = "Twitch module for Python"; 27 27 homepage = "https://github.com/PetterKraabol/Twitch-Python"; 28 28 license = licenses.mit; 29 - maintainers = with maintainers; [ marsam ]; 29 + maintainers = with maintainers; [ ]; 30 30 }; 31 31 }
+1 -1
pkgs/development/python-modules/unidiff/default.nix
··· 22 22 homepage = "https://github.com/matiasb/python-unidiff"; 23 23 changelog = "https://github.com/matiasb/python-unidiff/raw/v${version}/HISTORY"; 24 24 license = licenses.mit; 25 - maintainers = [ maintainers.marsam ]; 25 + maintainers = [ ]; 26 26 }; 27 27 }
+1 -1
pkgs/development/python-modules/verspec/default.nix
··· 37 37 homepage = "https://github.com/jimporter/verspec"; 38 38 changelog = "https://github.com/jimporter/averspec/releases/tag/v${version}"; 39 39 license = with licenses; [ bsd2 /* and */ asl20 ]; 40 - maintainers = with maintainers; [ marsam ]; 40 + maintainers = with maintainers; [ ]; 41 41 }; 42 42 }
+1 -1
pkgs/development/python-modules/wadllib/default.nix
··· 24 24 description = "Navigate HTTP resources using WADL files as guides"; 25 25 homepage = "https://launchpad.net/wadllib"; 26 26 license = licenses.lgpl3; 27 - maintainers = [ maintainers.marsam ]; 27 + maintainers = [ ]; 28 28 }; 29 29 }
+1 -1
pkgs/development/python-modules/youtube-search-python/default.nix
··· 32 32 description = "Search for YouTube videos, channels & playlists & get video information using link without YouTube Data API"; 33 33 homepage = "https://github.com/alexmercerind/youtube-search-python"; 34 34 license = licenses.mit; 35 - maintainers = with maintainers; [ marsam ]; 35 + maintainers = with maintainers; [ ]; 36 36 }; 37 37 }
+1 -1
pkgs/development/python-modules/youtube-transcript-api/default.nix
··· 42 42 homepage = "https://github.com/jdepoix/youtube-transcript-api"; 43 43 changelog = "https://github.com/jdepoix/youtube-transcript-api/releases/tag/v${version}"; 44 44 license = licenses.mit; 45 - maintainers = [ maintainers.marsam ]; 45 + maintainers = [ ]; 46 46 }; 47 47 }
+1 -1
pkgs/development/python-modules/zxcvbn/default.nix
··· 25 25 mainProgram = "zxcvbn"; 26 26 homepage = "https://github.com/dwolfhub/zxcvbn-python"; 27 27 license = licenses.mit; 28 - maintainers = [ maintainers.marsam ]; 28 + maintainers = [ ]; 29 29 }; 30 30 }
+1 -1
pkgs/development/ruby-modules/bundix/default.nix
··· 43 43 ''; 44 44 homepage = "https://github.com/nix-community/bundix"; 45 45 license = lib.licenses.mit; 46 - maintainers = with lib.maintainers; [ manveru marsam zimbatm ]; 46 + maintainers = with lib.maintainers; [ manveru zimbatm ]; 47 47 platforms = lib.platforms.all; 48 48 }; 49 49 }
+1 -1
pkgs/development/tools/algolia-cli/default.nix
··· 31 31 mainProgram = "algolia"; 32 32 homepage = "https://algolia.com/doc/tools/cli/"; 33 33 license = licenses.mit; 34 - maintainers = [ maintainers.marsam ]; 34 + maintainers = [ ]; 35 35 }; 36 36 }
+1 -1
pkgs/development/tools/analysis/actionlint/default.nix
··· 39 39 description = "Static checker for GitHub Actions workflow files"; 40 40 changelog = "https://github.com/rhysd/actionlint/raw/v${version}/CHANGELOG.md"; 41 41 license = licenses.mit; 42 - maintainers = [ maintainers.marsam ]; 42 + maintainers = [ ]; 43 43 mainProgram = "actionlint"; 44 44 }; 45 45 }
+1 -1
pkgs/development/tools/analysis/brakeman/default.nix
··· 13 13 changelog = "https://github.com/presidentbeef/brakeman/blob/v${version}/CHANGES.md"; 14 14 license = [ licenses.unfreeRedistributable ]; 15 15 platforms = ruby.meta.platforms; 16 - maintainers = [ maintainers.marsam ]; 16 + maintainers = [ ]; 17 17 mainProgram = "brakeman"; 18 18 }; 19 19 }
+1 -1
pkgs/development/tools/analysis/flow/default.nix
··· 36 36 changelog = "https://github.com/facebook/flow/blob/v${version}/Changelog.md"; 37 37 license = licenses.mit; 38 38 platforms = ocamlPackages.ocaml.meta.platforms; 39 - maintainers = with maintainers; [ marsam puffnfresh ]; 39 + maintainers = with maintainers; [ puffnfresh ]; 40 40 }; 41 41 }
+1 -1
pkgs/development/tools/analysis/nix-linter/default.nix
··· 39 39 description = "Linter for Nix(pkgs), based on hnix"; 40 40 homepage = "https://github.com/Synthetica9/nix-linter"; 41 41 license = lib.licenses.bsd3; 42 - maintainers = [ lib.maintainers.marsam ]; 42 + maintainers = [ ]; 43 43 44 44 # doesn't build on ghc92 45 45 hydraPlatforms = lib.platforms.none;
+1 -1
pkgs/development/tools/analysis/smatch/default.nix
··· 32 32 meta = with lib; { 33 33 description = "A semantic analysis tool for C"; 34 34 homepage = "https://sparse.docs.kernel.org/"; 35 - maintainers = with maintainers; [ marsam ]; 35 + maintainers = with maintainers; [ ]; 36 36 license = licenses.gpl2Plus; 37 37 platforms = platforms.all; 38 38 };
+1 -1
pkgs/development/tools/analysis/tflint/default.nix
··· 49 49 homepage = "https://github.com/terraform-linters/tflint"; 50 50 changelog = "https://github.com/terraform-linters/tflint/blob/v${version}/CHANGELOG.md"; 51 51 license = licenses.mpl20; 52 - maintainers = [ maintainers.marsam ]; 52 + maintainers = [ ]; 53 53 }; 54 54 }
+1 -1
pkgs/development/tools/analysis/tfsec/default.nix
··· 35 35 homepage = "https://github.com/aquasecurity/tfsec"; 36 36 changelog = "https://github.com/aquasecurity/tfsec/releases/tag/v${version}"; 37 37 license = licenses.mit; 38 - maintainers = with maintainers; [ fab marsam peterromfeldhk ]; 38 + maintainers = with maintainers; [ fab peterromfeldhk ]; 39 39 }; 40 40 }
+1 -1
pkgs/development/tools/build-managers/bazel/buildtools/default.nix
··· 31 31 changelog = "https://github.com/bazelbuild/buildtools/releases/tag/v${version}"; 32 32 license = licenses.asl20; 33 33 maintainers = with maintainers; 34 - [ elasticdog uri-canva marsam ] 34 + [ elasticdog uri-canva ] 35 35 ++ lib.teams.bazel.members; 36 36 }; 37 37 }
+1 -1
pkgs/development/tools/build-managers/buck/default.nix
··· 38 38 homepage = "https://buck.build/"; 39 39 description = "A high-performance build tool"; 40 40 mainProgram = "buck"; 41 - maintainers = [ maintainers.jgertm maintainers.marsam ]; 41 + maintainers = [ maintainers.jgertm ]; 42 42 license = licenses.asl20; 43 43 platforms = platforms.all; 44 44 # https://github.com/facebook/buck/issues/2666
+1 -1
pkgs/development/tools/buildkit/default.nix
··· 24 24 homepage = "https://github.com/moby/buildkit"; 25 25 changelog = "https://github.com/moby/buildkit/releases/tag/v${version}"; 26 26 license = licenses.asl20; 27 - maintainers = with maintainers; [ vdemeester marsam developer-guy ]; 27 + maintainers = with maintainers; [ vdemeester developer-guy ]; 28 28 mainProgram = "buildctl"; 29 29 }; 30 30 }
+1 -1
pkgs/development/tools/buildpack/default.nix
··· 32 32 description = "CLI for building apps using Cloud Native Buildpacks"; 33 33 mainProgram = "pack"; 34 34 license = licenses.asl20; 35 - maintainers = [ maintainers.marsam ]; 35 + maintainers = [ ]; 36 36 }; 37 37 }
+1 -1
pkgs/development/tools/bundletool/default.nix
··· 25 25 homepage = "https://developer.android.com/studio/command-line/bundletool"; 26 26 changelog = "https://github.com/google/bundletool/releases/tag/${version}"; 27 27 sourceProvenance = with sourceTypes; [ binaryBytecode ]; 28 - maintainers = with maintainers; [ marsam ]; 28 + maintainers = with maintainers; [ ]; 29 29 platforms = jre_headless.meta.platforms; 30 30 license = licenses.asl20; 31 31 };
+1 -1
pkgs/development/tools/cloud-nuke/default.nix
··· 39 39 mainProgram = "cloud-nuke"; 40 40 changelog = "https://github.com/gruntwork-io/cloud-nuke/releases/tag/v${version}"; 41 41 license = licenses.mit; 42 - maintainers = with maintainers; [ marsam ]; 42 + maintainers = with maintainers; [ ]; 43 43 }; 44 44 }
+1 -1
pkgs/development/tools/database/atlas/default.nix
··· 40 40 homepage = "https://atlasgo.io/"; 41 41 changelog = "https://github.com/ariga/atlas/releases/tag/v${version}"; 42 42 license = licenses.asl20; 43 - maintainers = [ maintainers.marsam ]; 43 + maintainers = [ ]; 44 44 mainProgram = "atlas"; 45 45 }; 46 46 }
+1 -1
pkgs/development/tools/database/pg_checksums/default.nix
··· 30 30 meta = with lib; { 31 31 description = "Activate/deactivate/verify checksums in offline PostgreSQL clusters"; 32 32 homepage = "https://github.com/credativ/pg_checksums"; 33 - maintainers = [ maintainers.marsam ]; 33 + maintainers = [ ]; 34 34 mainProgram = "pg_checksums_ext"; 35 35 platforms = postgresql.meta.platforms; 36 36 license = licenses.postgresql;
+1 -1
pkgs/development/tools/database/sqlcheck/default.nix
··· 32 32 mainProgram = "sqlcheck"; 33 33 license = licenses.asl20; 34 34 platforms = platforms.all; 35 - maintainers = [ maintainers.marsam ]; 35 + maintainers = [ ]; 36 36 }; 37 37 }
+1 -1
pkgs/development/tools/database/timescaledb-tune/default.nix
··· 20 20 mainProgram = "timescaledb-tune"; 21 21 homepage = "https://github.com/timescale/timescaledb-tune"; 22 22 license = licenses.asl20; 23 - maintainers = with maintainers; [ marsam ]; 23 + maintainers = with maintainers; [ ]; 24 24 }; 25 25 }
+1 -1
pkgs/development/tools/dive/default.nix
··· 34 34 homepage = "https://github.com/wagoodman/dive"; 35 35 changelog = "https://github.com/wagoodman/dive/releases/tag/v${version}"; 36 36 license = licenses.mit; 37 - maintainers = with maintainers; [ marsam SuperSandro2000 ]; 37 + maintainers = with maintainers; [ SuperSandro2000 ]; 38 38 }; 39 39 }
+1 -1
pkgs/development/tools/esbuild/default.nix
··· 22 22 homepage = "https://esbuild.github.io"; 23 23 changelog = "https://github.com/evanw/esbuild/blob/v${version}/CHANGELOG.md"; 24 24 license = licenses.mit; 25 - maintainers = with maintainers; [ lucus16 marsam undefined-moe ivan ]; 25 + maintainers = with maintainers; [ lucus16 undefined-moe ivan ]; 26 26 mainProgram = "esbuild"; 27 27 }; 28 28 }
+1 -1
pkgs/development/tools/go-toml/default.nix
··· 25 25 description = "Go library for the TOML language"; 26 26 homepage = "https://github.com/pelletier/go-toml"; 27 27 changelog = "https://github.com/pelletier/go-toml/releases/tag/v${version}"; 28 - maintainers = [ maintainers.marsam ]; 28 + maintainers = [ ]; 29 29 license = licenses.mit; 30 30 }; 31 31 }
+1 -1
pkgs/development/tools/heroku/default.nix
··· 39 39 homepage = "https://devcenter.heroku.com/articles/heroku-cli"; 40 40 description = "Everything you need to get started using Heroku"; 41 41 mainProgram = "heroku"; 42 - maintainers = with lib.maintainers; [ aflatter mirdhyn marsam ]; 42 + maintainers = with lib.maintainers; [ aflatter mirdhyn ]; 43 43 license = lib.licenses.mit; 44 44 platforms = with lib.platforms; unix; 45 45 };
+1 -1
pkgs/development/tools/jtc/default.nix
··· 40 40 mainProgram = "jtc"; 41 41 homepage = "https://github.com/ldn-softdev/jtc"; 42 42 license = licenses.mit; 43 - maintainers = [ maintainers.marsam ]; 43 + maintainers = [ ]; 44 44 platforms = platforms.all; 45 45 }; 46 46 }
+1 -1
pkgs/development/tools/language-servers/dot-language-server/default.nix
··· 20 20 mainProgram = "dot-language-server"; 21 21 homepage = "https://github.com/nikeee/dot-language-server"; 22 22 license = licenses.mit; 23 - maintainers = [ maintainers.marsam ]; 23 + maintainers = [ ]; 24 24 }; 25 25 }
+1 -1
pkgs/development/tools/language-servers/millet/default.nix
··· 32 32 homepage = "https://github.com/azdavis/millet"; 33 33 changelog = "https://github.com/azdavis/millet/blob/v${version}/docs/CHANGELOG.md"; 34 34 license = [ licenses.mit /* or */ licenses.asl20 ]; 35 - maintainers = with maintainers; [ marsam ]; 35 + maintainers = with maintainers; [ ]; 36 36 mainProgram = "millet-ls"; 37 37 }; 38 38 }
+1 -1
pkgs/development/tools/language-servers/nixd/default.nix
··· 96 96 homepage = "https://github.com/nix-community/nixd"; 97 97 changelog = "https://github.com/nix-community/nixd/releases/tag/${finalAttrs.version}"; 98 98 license = lib.licenses.lgpl3Plus; 99 - maintainers = with lib.maintainers; [ inclyc Ruixi-rebirth marsam ]; 99 + maintainers = with lib.maintainers; [ inclyc Ruixi-rebirth ]; 100 100 mainProgram = "nixd"; 101 101 platforms = lib.platforms.unix; 102 102 };
+1 -1
pkgs/development/tools/misc/mkcert/default.nix
··· 24 24 description = "A simple tool for making locally-trusted development certificates"; 25 25 mainProgram = "mkcert"; 26 26 license = licenses.bsd3; 27 - maintainers = [ maintainers.marsam ]; 27 + maintainers = [ ]; 28 28 }; 29 29 }
+1 -1
pkgs/development/tools/misc/reviewdog/default.nix
··· 24 24 mainProgram = "reviewdog"; 25 25 homepage = "https://github.com/reviewdog/reviewdog"; 26 26 changelog = "https://github.com/reviewdog/reviewdog/blob/v${version}/CHANGELOG.md"; 27 - maintainers = [ maintainers.marsam ]; 27 + maintainers = [ ]; 28 28 license = licenses.mit; 29 29 }; 30 30 }
+1 -1
pkgs/development/tools/misc/terracognita/default.nix
··· 25 25 homepage = "https://github.com/cycloidio/terracognita"; 26 26 changelog = "https://github.com/cycloidio/terracognita/raw/v${version}/CHANGELOG.md"; 27 27 license = licenses.mit; 28 - maintainers = [ maintainers.marsam ]; 28 + maintainers = [ ]; 29 29 }; 30 30 }
+1 -1
pkgs/development/tools/misc/terraform-lsp/default.nix
··· 23 23 mainProgram = "terraform-lsp"; 24 24 homepage = "https://github.com/juliosueiras/terraform-lsp"; 25 25 license = licenses.mit; 26 - maintainers = with maintainers; [ marsam ]; 26 + maintainers = with maintainers; [ ]; 27 27 }; 28 28 }
+1 -1
pkgs/development/tools/misc/terraformer/default.nix
··· 20 20 mainProgram = "terraformer"; 21 21 homepage = "https://github.com/GoogleCloudPlatform/terraformer"; 22 22 license = licenses.asl20; 23 - maintainers = [ maintainers.marsam ]; 23 + maintainers = [ ]; 24 24 }; 25 25 }
+1 -1
pkgs/development/tools/ocaml/dune/1.nix
··· 30 30 meta = with lib; { 31 31 homepage = "https://dune.build/"; 32 32 description = "A composable build system"; 33 - maintainers = [ maintainers.vbgl maintainers.marsam ]; 33 + maintainers = [ maintainers.vbgl ]; 34 34 license = licenses.mit; 35 35 inherit (ocaml.meta) platforms; 36 36 };
+1 -1
pkgs/development/tools/ocaml/dune/2.nix
··· 29 29 description = "A composable build system"; 30 30 mainProgram = "dune"; 31 31 changelog = "https://github.com/ocaml/dune/raw/${version}/CHANGES.md"; 32 - maintainers = [ lib.maintainers.vbgl lib.maintainers.marsam ]; 32 + maintainers = [ lib.maintainers.vbgl ]; 33 33 license = lib.licenses.mit; 34 34 inherit (ocaml.meta) platforms; 35 35 };
+1 -1
pkgs/development/tools/ocaml/dune/3.nix
··· 38 38 description = "A composable build system"; 39 39 mainProgram = "dune"; 40 40 changelog = "https://github.com/ocaml/dune/raw/${version}/CHANGES.md"; 41 - maintainers = [ lib.maintainers.vbgl lib.maintainers.marsam ]; 41 + maintainers = [ lib.maintainers.vbgl ]; 42 42 license = lib.licenses.mit; 43 43 inherit (ocaml.meta) platforms; 44 44 };
+1 -1
pkgs/development/tools/ocaml/opam/default.nix
··· 139 139 description = "A package manager for OCaml"; 140 140 homepage = "https://opam.ocaml.org/"; 141 141 changelog = "https://github.com/ocaml/opam/raw/${version}/CHANGES"; 142 - maintainers = [ maintainers.marsam ]; 142 + maintainers = [ ]; 143 143 license = licenses.lgpl21Only; 144 144 platforms = platforms.all; 145 145 };
+1 -1
pkgs/development/tools/ocaml/opam/opam.nix.pl
··· 129 129 description = "A package manager for OCaml"; 130 130 homepage = "https://opam.ocaml.org/"; 131 131 changelog = "https://github.com/ocaml/opam/raw/${version}/CHANGES"; 132 - maintainers = [ maintainers.marsam ]; 132 + maintainers = [ ]; 133 133 license = licenses.lgpl21Only; 134 134 platforms = platforms.all; 135 135 };
+1 -1
pkgs/development/tools/pgformatter/default.nix
··· 46 46 description = "A PostgreSQL SQL syntax beautifier that can work as a console program or as a CGI"; 47 47 homepage = "https://github.com/darold/pgFormatter"; 48 48 changelog = "https://github.com/darold/pgFormatter/releases/tag/v${version}"; 49 - maintainers = [ maintainers.marsam ]; 49 + maintainers = [ ]; 50 50 license = [ licenses.postgresql licenses.artistic2 ]; 51 51 mainProgram = "pg_format"; 52 52 };
+1 -1
pkgs/development/tools/prototool/default.nix
··· 29 29 homepage = "https://github.com/uber/prototool"; 30 30 description = "Your Swiss Army Knife for Protocol Buffers"; 31 31 mainProgram = "prototool"; 32 - maintainers = [ maintainers.marsam ]; 32 + maintainers = [ ]; 33 33 license = licenses.mit; 34 34 }; 35 35 }
+1 -1
pkgs/development/tools/selenium/chromedriver/default.nix
··· 69 69 ''; 70 70 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 71 71 license = licenses.bsd3; 72 - maintainers = with maintainers; [ goibhniu marsam primeos ]; 72 + maintainers = with maintainers; [ goibhniu primeos ]; 73 73 # Note from primeos: By updating Chromium I also update Google Chrome and 74 74 # ChromeDriver. 75 75 platforms = attrNames allSpecs;
+1 -1
pkgs/development/tools/squawk/default.nix
··· 49 49 homepage = "https://squawkhq.com/"; 50 50 changelog = "https://github.com/sbdchd/squawk/blob/v${version}/CHANGELOG.md"; 51 51 license = licenses.gpl3Only; 52 - maintainers = with lib.maintainers; [ andrewsmith marsam ]; 52 + maintainers = with lib.maintainers; [ andrewsmith ]; 53 53 }; 54 54 }
+1 -1
pkgs/development/tools/twilio-cli/default.nix
··· 30 30 homepage = "https://github.com/twilio/twilio-cli"; 31 31 changelog = "https://github.com/twilio/twilio-cli/blob/${finalAttrs.version}/CHANGES.md"; 32 32 license = licenses.mit; 33 - maintainers = with maintainers; [ marsam ]; 33 + maintainers = with maintainers; [ ]; 34 34 platforms = nodejs-slim.meta.platforms; 35 35 mainProgram = "twilio"; 36 36 };
+1 -1
pkgs/development/tools/yarn/default.nix
··· 51 51 homepage = "https://classic.yarnpkg.com/"; 52 52 changelog = "https://github.com/yarnpkg/yarn/blob/v${finalAttrs.version}/CHANGELOG.md"; 53 53 license = licenses.bsd2; 54 - maintainers = with maintainers; [ offline screendriver marsam ]; 54 + maintainers = with maintainers; [ offline screendriver ]; 55 55 platforms = platforms.all; 56 56 mainProgram = "yarn"; 57 57 };
+1 -1
pkgs/development/tools/zsv/default.nix
··· 25 25 homepage = "https://github.com/liquidaty/zsv"; 26 26 changelog = "https://github.com/liquidaty/zsv/releases/tag/v${version}"; 27 27 license = licenses.mit; 28 - maintainers = with maintainers; [ marsam ]; 28 + maintainers = with maintainers; [ ]; 29 29 platforms = platforms.all; 30 30 }; 31 31 }
+1 -1
pkgs/development/web/nodejs/nodejs.nix
··· 206 206 homepage = "https://nodejs.org"; 207 207 changelog = "https://github.com/nodejs/node/releases/tag/v${version}"; 208 208 license = licenses.mit; 209 - maintainers = with maintainers; [ goibhniu gilligan cko marsam ]; 209 + maintainers = with maintainers; [ goibhniu gilligan cko ]; 210 210 platforms = platforms.linux ++ platforms.darwin; 211 211 mainProgram = "node"; 212 212 knownVulnerabilities = optional (versionOlder version "18") "This NodeJS release has reached its end of life. See https://nodejs.org/en/about/releases/.";
+1 -1
pkgs/os-specific/darwin/noah/default.nix
··· 18 18 description = "Bash on Ubuntu on macOS"; 19 19 homepage = "https://github.com/linux-noah/noah"; 20 20 license = [ licenses.mit licenses.gpl2 ]; 21 - maintainers = [ maintainers.marsam ]; 21 + maintainers = [ ]; 22 22 platforms = platforms.darwin; 23 23 # never built on aarch64-darwin since first introduction in nixpkgs 24 24 broken = stdenv.isDarwin && stdenv.isAarch64;
+1 -1
pkgs/servers/endlessh/default.nix
··· 32 32 homepage = "https://github.com/skeeto/endlessh"; 33 33 changelog = "https://github.com/skeeto/endlessh/releases/tag/${version}"; 34 34 license = licenses.unlicense; 35 - maintainers = with maintainers; [ azahi marsam ]; 35 + maintainers = with maintainers; [ azahi ]; 36 36 platforms = platforms.unix; 37 37 mainProgram = "endlessh"; 38 38 };
+1 -1
pkgs/servers/nosql/redis/default.nix
··· 93 93 license = licenses.bsd3; 94 94 platforms = platforms.all; 95 95 changelog = "https://github.com/redis/redis/raw/${finalAttrs.version}/00-RELEASENOTES"; 96 - maintainers = with maintainers; [ berdario globin marsam ]; 96 + maintainers = with maintainers; [ berdario globin ]; 97 97 mainProgram = "redis-cli"; 98 98 }; 99 99 })
+1 -1
pkgs/servers/sql/postgresql/ext/citus.nix
··· 46 46 homepage = "https://www.citusdata.com/"; 47 47 changelog = "https://github.com/citusdata/citus/blob/${src.rev}/CHANGELOG.md"; 48 48 license = licenses.agpl3Only; 49 - maintainers = with maintainers; [ marsam ]; 49 + maintainers = with maintainers; [ ]; 50 50 inherit (postgresql.meta) platforms; 51 51 }; 52 52 }
+1 -1
pkgs/servers/sql/postgresql/ext/h3-pg.nix
··· 70 70 description = "PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system"; 71 71 homepage = "https://github.com/zachasme/h3-pg"; 72 72 license = licenses.asl20; 73 - maintainers = with maintainers; [ marsam ]; 73 + maintainers = with maintainers; [ ]; 74 74 inherit (postgresql.meta) platforms; 75 75 }; 76 76 })
+1 -1
pkgs/servers/sql/postgresql/ext/lantern.nix
··· 71 71 homepage = "https://lantern.dev/"; 72 72 changelog = "https://github.com/lanterndata/lantern/blob/${finalAttrs.src.rev}/CHANGELOG.md"; 73 73 license = licenses.bsl11; 74 - maintainers = [ maintainers.marsam ]; 74 + maintainers = [ ]; 75 75 platforms = postgresql.meta.platforms; 76 76 # error: use of undeclared identifier 'aligned_alloc' 77 77 broken = stdenv.isDarwin && lib.versionOlder stdenv.hostPlatform.darwinMinVersion "10.13";
+1 -1
pkgs/servers/sql/postgresql/ext/pg_auto_failover.nix
··· 25 25 mainProgram = "pg_autoctl"; 26 26 homepage = "https://github.com/citusdata/pg_auto_failover"; 27 27 changelog = "https://github.com/citusdata/pg_auto_failover/blob/v${version}/CHANGELOG.md"; 28 - maintainers = [ maintainers.marsam ]; 28 + maintainers = [ ]; 29 29 platforms = postgresql.meta.platforms; 30 30 license = licenses.postgresql; 31 31 };
+1 -1
pkgs/servers/sql/postgresql/ext/pg_bigm.nix
··· 32 32 meta = with lib; { 33 33 description = "Text similarity measurement and index searching based on bigrams"; 34 34 homepage = "https://pgbigm.osdn.jp/"; 35 - maintainers = [ maintainers.marsam ]; 35 + maintainers = [ ]; 36 36 platforms = postgresql.meta.platforms; 37 37 license = licenses.postgresql; 38 38 };
+1 -1
pkgs/servers/sql/postgresql/ext/pg_roaringbitmap.nix
··· 26 26 homepage = "https://github.com/ChenHuajun/pg_roaringbitmap"; 27 27 changelog = "https://github.com/ChenHuajun/pg_roaringbitmap/blob/${finalAttrs.src.rev}/CHANGELOG.md"; 28 28 license = licenses.asl20; 29 - maintainers = [ maintainers.marsam ]; 29 + maintainers = [ ]; 30 30 inherit (postgresql.meta) platforms; 31 31 }; 32 32 })
+1 -1
pkgs/servers/sql/postgresql/ext/pg_squeeze.nix
··· 61 61 homepage = "https://github.com/cybertec-postgresql/pg_squeeze"; 62 62 changelog = "https://github.com/cybertec-postgresql/pg_squeeze/blob/${finalAttrs.src.rev}/NEWS"; 63 63 license = licenses.mit; 64 - maintainers = [ maintainers.marsam ]; 64 + maintainers = [ ]; 65 65 platforms = postgresql.meta.platforms; 66 66 }; 67 67 })
+1 -1
pkgs/servers/sql/postgresql/ext/pgsodium.nix
··· 67 67 homepage = "https://github.com/michelp/pgsodium"; 68 68 changelog = "https://github.com/michelp/pgsodium/releases/tag/v${finalAttrs.version}"; 69 69 license = licenses.postgresql; 70 - maintainers = [ maintainers.marsam ]; 70 + maintainers = [ ]; 71 71 platforms = postgresql.meta.platforms; 72 72 }; 73 73 })
+1 -1
pkgs/servers/sql/postgresql/ext/pgsql-http.nix
··· 23 23 description = "HTTP client for PostgreSQL, retrieve a web page from inside the database"; 24 24 homepage = "https://github.com/pramsey/pgsql-http"; 25 25 changelog = "https://github.com/pramsey/pgsql-http/releases/tag/v${version}"; 26 - maintainers = [ maintainers.marsam ]; 26 + maintainers = [ ]; 27 27 platforms = postgresql.meta.platforms; 28 28 license = licenses.mit; 29 29 };
+1 -1
pkgs/servers/sql/postgresql/ext/pgvector.nix
··· 25 25 changelog = "https://github.com/pgvector/pgvector/raw/v${version}/CHANGELOG.md"; 26 26 license = licenses.postgresql; 27 27 platforms = postgresql.meta.platforms; 28 - maintainers = [ maintainers.marsam ]; 28 + maintainers = [ ]; 29 29 }; 30 30 }
+1 -1
pkgs/servers/sql/postgresql/ext/plpgsql_check.nix
··· 41 41 changelog = "https://github.com/okbob/plpgsql_check/releases/tag/v${version}"; 42 42 platforms = postgresql.meta.platforms; 43 43 license = licenses.mit; 44 - maintainers = [ maintainers.marsam ]; 44 + maintainers = [ ]; 45 45 }; 46 46 }
+1 -1
pkgs/servers/sql/postgresql/ext/plv8/default.nix
··· 136 136 meta = with lib; { 137 137 description = "V8 Engine Javascript Procedural Language add-on for PostgreSQL"; 138 138 homepage = "https://plv8.github.io/"; 139 - maintainers = with maintainers; [ marsam ]; 139 + maintainers = with maintainers; [ ]; 140 140 platforms = [ "x86_64-linux" "aarch64-linux" ]; 141 141 license = licenses.postgresql; 142 142 broken = jitSupport;
+1 -1
pkgs/servers/sql/postgresql/ext/smlar.nix
··· 25 25 homepage = "http://sigaev.ru/git/gitweb.cgi?p=smlar.git"; 26 26 platforms = postgresql.meta.platforms; 27 27 license = licenses.bsd2; 28 - maintainers = [ maintainers.marsam ]; 28 + maintainers = [ ]; 29 29 }; 30 30 }
+1 -1
pkgs/servers/sql/postgresql/ext/timescaledb.nix
··· 36 36 description = "Scales PostgreSQL for time-series data via automatic partitioning across time and space"; 37 37 homepage = "https://www.timescale.com/"; 38 38 changelog = "https://github.com/timescale/timescaledb/blob/${version}/CHANGELOG.md"; 39 - maintainers = with maintainers; [ marsam ]; 39 + maintainers = with maintainers; [ ]; 40 40 platforms = postgresql.meta.platforms; 41 41 license = with licenses; if enableUnfree then tsl else asl20; 42 42 broken = versionOlder postgresql.version "13";
+1 -1
pkgs/servers/sql/postgresql/generic.nix
··· 258 258 description = "A powerful, open source object-relational database system"; 259 259 license = licenses.postgresql; 260 260 changelog = "https://www.postgresql.org/docs/release/${finalAttrs.version}/"; 261 - maintainers = with maintainers; [ thoughtpolice danbst globin marsam ivan ma27 ]; 261 + maintainers = with maintainers; [ thoughtpolice danbst globin ivan ma27 ]; 262 262 pkgConfigModules = [ "libecpg" "libecpg_compat" "libpgtypes" "libpq" ]; 263 263 platforms = platforms.unix; 264 264
+1 -1
pkgs/shells/nsh/default.nix
··· 21 21 homepage = "https://github.com/nuta/nsh"; 22 22 changelog = "https://github.com/nuta/nsh/raw/v${version}/docs/changelog.md"; 23 23 license = [ licenses.cc0 /* or */ licenses.mit ]; 24 - maintainers = [ maintainers.marsam ]; 24 + maintainers = [ ]; 25 25 }; 26 26 27 27 passthru = {
+1 -1
pkgs/shells/nushell/default.nix
··· 73 73 description = "A modern shell written in Rust"; 74 74 homepage = "https://www.nushell.sh/"; 75 75 license = licenses.mit; 76 - maintainers = with maintainers; [ Br1ght0ne johntitor marsam joaquintrinanes ]; 76 + maintainers = with maintainers; [ Br1ght0ne johntitor joaquintrinanes ]; 77 77 mainProgram = "nu"; 78 78 }; 79 79 }
+1 -1
pkgs/tools/admin/aws-google-auth/default.nix
··· 78 78 description = "Acquire AWS STS (temporary) credentials via Google Apps SAML Single Sign On"; 79 79 mainProgram = "aws-google-auth"; 80 80 homepage = "https://github.com/cevoaustralia/aws-google-auth"; 81 - maintainers = [ maintainers.marsam ]; 81 + maintainers = [ ]; 82 82 license = licenses.mit; 83 83 }; 84 84 }
+1 -1
pkgs/tools/admin/awsweeper/default.nix
··· 21 21 description = "A tool to clean out your AWS account"; 22 22 homepage = "https://github.com/jckuester/awsweeper"; 23 23 license = licenses.mpl20; 24 - maintainers = [ maintainers.marsam ]; 24 + maintainers = [ ]; 25 25 mainProgram = "awsweeper"; 26 26 }; 27 27 }
+1 -1
pkgs/tools/admin/certigo/default.nix
··· 17 17 description = "A utility to examine and validate certificates in a variety of formats"; 18 18 homepage = "https://github.com/square/certigo"; 19 19 license = licenses.asl20; 20 - maintainers = [ maintainers.marsam ]; 20 + maintainers = [ ]; 21 21 mainProgram = "certigo"; 22 22 }; 23 23 }
+1 -1
pkgs/tools/admin/clair/default.nix
··· 44 44 homepage = "https://github.com/quay/clair"; 45 45 changelog = "https://github.com/quay/clair/blob/v${version}/CHANGELOG.md"; 46 46 license = licenses.asl20; 47 - maintainers = with maintainers; [ marsam ]; 47 + maintainers = with maintainers; [ ]; 48 48 }; 49 49 }
+1 -1
pkgs/tools/admin/docker-credential-helpers/default.nix
··· 46 46 description = "Suite of programs to use native stores to keep Docker credentials safe"; 47 47 homepage = "https://github.com/docker/docker-credential-helpers"; 48 48 license = licenses.mit; 49 - maintainers = with maintainers; [ marsam ]; 49 + maintainers = with maintainers; [ ]; 50 50 } // lib.optionalAttrs stdenv.isDarwin { 51 51 mainProgram = "docker-credential-osxkeychain"; 52 52 };
-1
pkgs/tools/admin/fastlane/default.nix
··· 22 22 peterromfeldhk 23 23 nicknovitski 24 24 shahrukh330 25 - marsam 26 25 ]; 27 26 mainProgram = "fastlane"; 28 27 };
+1 -1
pkgs/tools/backup/wal-g/default.nix
··· 35 35 license = licenses.asl20; 36 36 description = "An archival restoration tool for PostgreSQL"; 37 37 mainProgram = "wal-g"; 38 - maintainers = with maintainers; [ marsam ]; 38 + maintainers = with maintainers; [ ]; 39 39 }; 40 40 }
+1 -1
pkgs/tools/graphics/gifski/default.nix
··· 54 54 homepage = "https://gif.ski/"; 55 55 changelog = "https://github.com/ImageOptim/gifski/releases/tag/${src.rev}"; 56 56 license = licenses.agpl3Plus; 57 - maintainers = with maintainers; [ figsoda marsam ]; 57 + maintainers = with maintainers; [ figsoda ]; 58 58 mainProgram = "gifski"; 59 59 }; 60 60 }
+1 -1
pkgs/tools/graphics/guff/default.nix
··· 19 19 description = "A plot device"; 20 20 homepage = "https://github.com/silentbicycle/guff"; 21 21 license = licenses.isc; 22 - maintainers = [ maintainers.marsam ]; 22 + maintainers = [ ]; 23 23 platforms = platforms.all; 24 24 mainProgram = "guff"; 25 25 };
+1 -1
pkgs/tools/graphics/resvg/default.nix
··· 28 28 homepage = "https://github.com/RazrFalcon/resvg"; 29 29 changelog = "https://github.com/RazrFalcon/resvg/blob/v${version}/CHANGELOG.md"; 30 30 license = licenses.mpl20; 31 - maintainers = [ maintainers.marsam ]; 31 + maintainers = [ ]; 32 32 mainProgram = "resvg"; 33 33 }; 34 34 }
+1 -1
pkgs/tools/graphics/svgbob/default.nix
··· 21 21 homepage = "https://github.com/ivanceras/svgbob"; 22 22 changelog = "https://github.com/ivanceras/svgbob/raw/${version}/Changelog.md"; 23 23 license = licenses.asl20; 24 - maintainers = [ maintainers.marsam ]; 24 + maintainers = [ ]; 25 25 mainProgram = "svgbob"; 26 26 }; 27 27 }
+1 -1
pkgs/tools/misc/fffuu/default.nix
··· 47 47 description = "Fancy Formal Firewall Universal Understander"; 48 48 homepage = "https://github.com/diekmann/Iptables_Semantics/tree/master/haskell_tool"; 49 49 license = lib.licenses.bsd2; 50 - maintainers = [ lib.maintainers.marsam ]; 50 + maintainers = [ ]; 51 51 }
+1 -1
pkgs/tools/misc/ffsend/default.nix
··· 86 86 ''; 87 87 homepage = "https://gitlab.com/timvisee/ffsend"; 88 88 license = licenses.gpl3Only; 89 - maintainers = with maintainers; [ lilyball equirosa marsam ]; 89 + maintainers = with maintainers; [ lilyball equirosa ]; 90 90 platforms = platforms.unix; 91 91 mainProgram = "ffsend"; 92 92 };
+1 -1
pkgs/tools/misc/hyperledger-fabric/default.nix
··· 52 52 ''; 53 53 homepage = "https://wiki.hyperledger.org/display/fabric"; 54 54 license = licenses.asl20; 55 - maintainers = with maintainers; [ marsam ]; 55 + maintainers = with maintainers; [ ]; 56 56 }; 57 57 }
+1 -1
pkgs/tools/misc/lsd/default.nix
··· 56 56 homepage = "https://github.com/lsd-rs/lsd"; 57 57 description = "The next gen ls command"; 58 58 license = licenses.asl20; 59 - maintainers = with maintainers; [ marsam zowoq SuperSandro2000 ]; 59 + maintainers = with maintainers; [ zowoq SuperSandro2000 ]; 60 60 mainProgram = "lsd"; 61 61 }; 62 62 }
+1 -1
pkgs/tools/misc/mloader/default.nix
··· 30 30 description = "Command-line tool to download manga from mangaplus"; 31 31 homepage = "https://github.com/hurlenko/mloader"; 32 32 license = licenses.gpl3Only; 33 - maintainers = with maintainers; [ marsam ]; 33 + maintainers = with maintainers; [ ]; 34 34 mainProgram = "mloader"; 35 35 }; 36 36 }
+1 -1
pkgs/tools/misc/mtm/default.nix
··· 32 32 homepage = "https://github.com/deadpixi/mtm"; 33 33 license = licenses.gpl3Plus; 34 34 platforms = platforms.unix; 35 - maintainers = [ maintainers.marsam ]; 35 + maintainers = [ ]; 36 36 mainProgram = "mtm"; 37 37 }; 38 38 }
+1 -1
pkgs/tools/misc/mutagen/default.nix
··· 52 52 description = "Make remote development work with your local tools"; 53 53 homepage = "https://mutagen.io/"; 54 54 changelog = "https://github.com/mutagen-io/mutagen/releases/tag/v${version}"; 55 - maintainers = [ maintainers.marsam ]; 55 + maintainers = [ ]; 56 56 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 57 57 license = licenses.mit; 58 58 };
+1 -1
pkgs/tools/misc/noti/default.nix
··· 47 47 ''; 48 48 homepage = "https://github.com/variadico/noti"; 49 49 license = licenses.mit; 50 - maintainers = with maintainers; [ stites marsam ]; 50 + maintainers = with maintainers; [ stites ]; 51 51 mainProgram = "noti"; 52 52 }; 53 53 }
+1 -1
pkgs/tools/misc/odyssey/default.nix
··· 31 31 description = "Scalable PostgreSQL connection pooler"; 32 32 homepage = "https://github.com/yandex/odyssey"; 33 33 license = licenses.bsd3; 34 - maintainers = [ maintainers.marsam ]; 34 + maintainers = [ ]; 35 35 platforms = [ "x86_64-linux" ]; 36 36 mainProgram = "odyssey"; 37 37 };
+1 -1
pkgs/tools/misc/pgcenter/default.nix
··· 28 28 changelog = "https://github.com/lesovsky/pgcenter/raw/v${version}/doc/Changelog"; 29 29 description = "Command-line admin tool for observing and troubleshooting PostgreSQL"; 30 30 license = licenses.bsd3; 31 - maintainers = [ maintainers.marsam ]; 31 + maintainers = [ ]; 32 32 mainProgram = "pgcenter"; 33 33 }; 34 34 }
+1 -1
pkgs/tools/misc/pgmetrics/default.nix
··· 21 21 homepage = "https://pgmetrics.io/"; 22 22 description = "Collect and display information and stats from a running PostgreSQL server"; 23 23 license = licenses.asl20; 24 - maintainers = [ maintainers.marsam ]; 24 + maintainers = [ ]; 25 25 mainProgram = "pgmetrics"; 26 26 }; 27 27 }
+1 -1
pkgs/tools/misc/scdl/default.nix
··· 29 29 description = "Download Music from Souncloud"; 30 30 homepage = "https://github.com/flyingrub/scdl"; 31 31 license = licenses.gpl2Only; 32 - maintainers = with maintainers; [ marsam ]; 32 + maintainers = with maintainers; [ ]; 33 33 mainProgram = "scdl"; 34 34 }; 35 35 }
+1 -1
pkgs/tools/misc/shadowenv/default.nix
··· 35 35 homepage = "https://shopify.github.io/shadowenv/"; 36 36 description = "reversible directory-local environment variable manipulations"; 37 37 license = licenses.mit; 38 - maintainers = [ maintainers.marsam ]; 38 + maintainers = [ ]; 39 39 mainProgram = "shadowenv"; 40 40 }; 41 41 }
+1 -1
pkgs/tools/misc/snore/default.nix
··· 17 17 description = "sleep with feedback"; 18 18 homepage = "https://github.com/clamiax/snore"; 19 19 license = licenses.mit; 20 - maintainers = [ maintainers.marsam ]; 20 + maintainers = [ ]; 21 21 platforms = platforms.unix; 22 22 mainProgram = "snore"; 23 23 };
+1 -1
pkgs/tools/misc/starship/default.nix
··· 60 60 description = "A minimal, blazing fast, and extremely customizable prompt for any shell"; 61 61 homepage = "https://starship.rs"; 62 62 license = licenses.isc; 63 - maintainers = with maintainers; [ danth davidtwco Br1ght0ne Frostman marsam ]; 63 + maintainers = with maintainers; [ danth davidtwco Br1ght0ne Frostman ]; 64 64 mainProgram = "starship"; 65 65 }; 66 66 }
+1 -1
pkgs/tools/misc/twspace-crawler/default.nix
··· 18 18 homepage = "https://github.com/HitomaruKonpaku/twspace-crawler"; 19 19 changelog = "https://github.com/HitomaruKonpaku/twspace-crawler/blob/${src.rev}/CHANGELOG.md"; 20 20 license = licenses.isc; 21 - maintainers = [ maintainers.marsam ]; 21 + maintainers = [ ]; 22 22 mainProgram = "twspace-crawler"; 23 23 }; 24 24 }
+1 -1
pkgs/tools/misc/twspace-dl/default.nix
··· 28 28 homepage = "https://github.com/HoloArchivists/twspace-dl"; 29 29 changelog = "https://github.com/HoloArchivists/twspace-dl/releases/tag/${version}"; 30 30 license = licenses.gpl2Only; 31 - maintainers = with maintainers; [ marsam ]; 31 + maintainers = with maintainers; [ ]; 32 32 mainProgram = "twspace_dl"; 33 33 }; 34 34 }
+1 -1
pkgs/tools/misc/xprite-editor/default.nix
··· 41 41 homepage = "https://github.com/rickyhan/xprite-editor"; 42 42 description = "Pixel art editor"; 43 43 license = licenses.gpl3; 44 - maintainers = [ maintainers.marsam ]; 44 + maintainers = [ ]; 45 45 platforms = platforms.linux ++ platforms.darwin; 46 46 }; 47 47 }
+1 -1
pkgs/tools/misc/yt-dlp/default.nix
··· 88 88 ''; 89 89 changelog = "https://github.com/yt-dlp/yt-dlp/releases/tag/${version}"; 90 90 license = licenses.unlicense; 91 - maintainers = with maintainers; [ mkg20001 SuperSandro2000 marsam ]; 91 + maintainers = with maintainers; [ mkg20001 SuperSandro2000 ]; 92 92 mainProgram = "yt-dlp"; 93 93 }; 94 94 }
+1 -1
pkgs/tools/misc/ytarchive/default.nix
··· 25 25 homepage = "https://github.com/Kethsar/ytarchive"; 26 26 description = "Garbage Youtube livestream downloader"; 27 27 license = licenses.mit; 28 - maintainers = [ maintainers.marsam ]; 28 + maintainers = [ ]; 29 29 mainProgram = "ytarchive"; 30 30 }; 31 31 }
+1 -1
pkgs/tools/misc/z-lua/default.nix
··· 32 32 homepage = "https://github.com/skywind3000/z.lua"; 33 33 description = "A new cd command that helps you navigate faster by learning your habits"; 34 34 license = licenses.mit; 35 - maintainers = with maintainers; [ marsam ]; 35 + maintainers = with maintainers; [ ]; 36 36 mainProgram = "z.lua"; 37 37 }; 38 38 }
+1 -1
pkgs/tools/misc/zotero-translation-server/default.nix
··· 30 30 description = "A Node.js-based server to run Zotero translators"; 31 31 homepage = "https://github.com/zotero/translation-server"; 32 32 license = licenses.agpl3Only; 33 - maintainers = [ maintainers.marsam ]; 33 + maintainers = [ ]; 34 34 mainProgram = "translation-server"; 35 35 }; 36 36 }
+1 -1
pkgs/tools/networking/boringtun/default.nix
··· 22 22 description = "Userspace WireGuard® implementation in Rust"; 23 23 homepage = "https://github.com/cloudflare/boringtun"; 24 24 license = licenses.bsd3; 25 - maintainers = with maintainers; [ xrelkd marsam ]; 25 + maintainers = with maintainers; [ xrelkd ]; 26 26 platforms = platforms.linux ++ platforms.darwin; 27 27 mainProgram = "boringtun-cli"; 28 28 };
+1 -1
pkgs/tools/networking/shadowsocks-rust/default.nix
··· 52 52 homepage = "https://github.com/shadowsocks/shadowsocks-rust"; 53 53 changelog = "https://github.com/shadowsocks/shadowsocks-rust/raw/v${version}/debian/changelog"; 54 54 license = licenses.mit; 55 - maintainers = [ maintainers.marsam ]; 55 + maintainers = [ ]; 56 56 }; 57 57 }
+1 -1
pkgs/tools/networking/ytcc/default.nix
··· 55 55 description = "Command Line tool to keep track of your favourite YouTube channels without signing up for a Google account"; 56 56 homepage = "https://github.com/woefe/ytcc"; 57 57 license = lib.licenses.gpl3Plus; 58 - maintainers = with lib.maintainers; [ marius851000 marsam ]; 58 + maintainers = with lib.maintainers; [ marius851000 ]; 59 59 }; 60 60 }
+1 -1
pkgs/tools/package-management/akku/default.nix
··· 36 36 changelog = "https://gitlab.com/akkuscm/akku/-/raw/v${version}/NEWS.md"; 37 37 platforms = platforms.all; 38 38 license = licenses.gpl3Plus; 39 - maintainers = with maintainers; [ marsam ]; 39 + maintainers = with maintainers; [ ]; 40 40 mainProgram = "akku"; 41 41 }; 42 42 }
+1 -1
pkgs/tools/package-management/comma/default.nix
··· 38 38 description = "Runs programs without installing them"; 39 39 license = licenses.mit; 40 40 mainProgram = "comma"; 41 - maintainers = with maintainers; [ Enzime artturin marsam ]; 41 + maintainers = with maintainers; [ Enzime artturin ]; 42 42 }; 43 43 }
+1 -1
pkgs/tools/package-management/nfpm/default.nix
··· 38 38 description = "A simple deb and rpm packager written in Go"; 39 39 homepage = "https://github.com/goreleaser/nfpm"; 40 40 changelog = "https://github.com/goreleaser/nfpm/releases/tag/v${version}"; 41 - maintainers = with maintainers; [ marsam techknowlogick caarlos0 ]; 41 + maintainers = with maintainers; [ techknowlogick caarlos0 ]; 42 42 license = with licenses; [ mit ]; 43 43 mainProgram = "nfpm"; 44 44 };
+1 -1
pkgs/tools/security/arti/default.nix
··· 39 39 homepage = "https://arti.torproject.org/"; 40 40 changelog = "https://gitlab.torproject.org/tpo/core/arti/-/blob/${src.rev}/CHANGELOG.md"; 41 41 license = with licenses; [ asl20 /* or */ mit ]; 42 - maintainers = with maintainers; [ marsam ]; 42 + maintainers = with maintainers; [ ]; 43 43 }; 44 44 }
+1 -1
pkgs/tools/security/kbs2/default.nix
··· 51 51 homepage = "https://github.com/woodruffw/kbs2"; 52 52 changelog = "https://github.com/woodruffw/kbs2/blob/v${version}/CHANGELOG.md"; 53 53 license = licenses.mit; 54 - maintainers = [ maintainers.marsam ]; 54 + maintainers = [ ]; 55 55 }; 56 56 }
+1 -1
pkgs/tools/security/rbw/default.nix
··· 76 76 homepage = "https://crates.io/crates/rbw"; 77 77 changelog = "https://git.tozt.net/rbw/plain/CHANGELOG.md?id=${version}"; 78 78 license = licenses.mit; 79 - maintainers = with maintainers; [ albakham luc65r marsam ]; 79 + maintainers = with maintainers; [ albakham luc65r ]; 80 80 }; 81 81 }
+1 -1
pkgs/tools/security/sops/default.nix
··· 22 22 description = "Simple and flexible tool for managing secrets"; 23 23 changelog = "https://github.com/getsops/sops/blob/v${version}/CHANGELOG.rst"; 24 24 mainProgram = "sops"; 25 - maintainers = [ maintainers.marsam ]; 25 + maintainers = [ ]; 26 26 license = licenses.mpl20; 27 27 }; 28 28 }
+1 -1
pkgs/tools/system/ctop/default.nix
··· 19 19 description = "Top-like interface for container metrics"; 20 20 homepage = "https://ctop.sh/"; 21 21 license = licenses.mit; 22 - maintainers = with maintainers; [ apeyroux marsam ]; 22 + maintainers = with maintainers; [ apeyroux ]; 23 23 mainProgram = "ctop"; 24 24 }; 25 25 }
+1 -1
pkgs/tools/text/ltex-ls/default.nix
··· 28 28 homepage = "https://valentjn.github.io/ltex/"; 29 29 description = "LSP language server for LanguageTool"; 30 30 license = licenses.mpl20; 31 - maintainers = [ maintainers.marsam ]; 31 + maintainers = [ ]; 32 32 platforms = jre_headless.meta.platforms; 33 33 }; 34 34 }
+1 -1
pkgs/tools/text/paperoni/default.nix
··· 47 47 homepage = "https://github.com/hipstermojo/paperoni"; 48 48 changelog = "https://github.com/hipstermojo/paperoni/releases/tag/${src.rev}"; 49 49 license = licenses.mit; 50 - maintainers = with maintainers; [ marsam ]; 50 + maintainers = with maintainers; [ ]; 51 51 }; 52 52 }
+1 -1
pkgs/tools/text/readability-cli/default.nix
··· 34 34 description = "Firefox Reader Mode in your terminal - get useful text from a web page using Mozilla's Readability library"; 35 35 homepage = "https://gitlab.com/gardenappl/readability-cli"; 36 36 license = licenses.gpl3Only; 37 - maintainers = [ maintainers.marsam ]; 37 + maintainers = [ ]; 38 38 mainProgram = "readable"; 39 39 }; 40 40 }
+1 -1
pkgs/tools/text/vale/default.nix
··· 53 53 changelog = "https://github.com/errata-ai/vale/releases/tag/v${version}"; 54 54 mainProgram = "vale"; 55 55 license = licenses.mit; 56 - maintainers = [ maintainers.marsam ]; 56 + maintainers = [ ]; 57 57 }; 58 58 }
+1 -1
pkgs/tools/typesetting/satysfi/default.nix
··· 67 67 description = "A statically-typed, functional typesetting system"; 68 68 changelog = "https://github.com/gfngfn/SATySFi/blob/v${version}/CHANGELOG.md"; 69 69 license = licenses.lgpl3Only; 70 - maintainers = [ maintainers.mt-caret maintainers.marsam ]; 70 + maintainers = [ maintainers.mt-caret ]; 71 71 platforms = platforms.all; 72 72 mainProgram = "satysfi"; 73 73 };