Skip to content

Commit 9bb8547

Browse files
committed
celluloid: add maintainer
1 parent bcaa717 commit 9bb8547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/ce/celluloid/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
7777
changelog = "https://github.com/celluloid-player/celluloid/releases/tag/${finalAttrs.src.rev}";
7878
license = lib.licenses.gpl3Plus;
7979
mainProgram = "celluloid";
80-
maintainers = with lib.maintainers; [ ];
80+
maintainers = with lib.maintainers; [ samlukeyes123 ];
8181
platforms = lib.platforms.linux;
8282
};
8383
})

0 commit comments

Comments
 (0)