various: add myself to a few packages to start out with
This commit is contained in:
committed by
Sigmanificient
parent
1799ce30e0
commit
e75f697ae3
@@ -37,7 +37,10 @@ buildRubyGem rec {
|
||||
homepage = "https://bundler.io";
|
||||
changelog = "https://github.com/rubygems/rubygems/blob/bundler-v${version}/bundler/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ anthonyroussel ];
|
||||
maintainers = with lib.maintainers; [
|
||||
anthonyroussel
|
||||
guylamar2006
|
||||
];
|
||||
mainProgram = "bundler";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -81,7 +81,7 @@ buildGoModule rec {
|
||||
homepage = "https://fetchit.readthedocs.io";
|
||||
changelog = "https://github.com/containers/fetchit/releases/tag/${src.rev}";
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ guylamar2006 ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -53,7 +53,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Real-time software synthesizer based on the SoundFont 2 specifications";
|
||||
homepage = "https://www.fluidsynth.org";
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = with lib.maintainers; [
|
||||
lovek323
|
||||
guylamar2006
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "fluidsynth";
|
||||
};
|
||||
|
||||
@@ -89,6 +89,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
maintainers = with lib.maintainers; [
|
||||
peterhoeg
|
||||
bertof
|
||||
guylamar2006
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -33,7 +33,7 @@ stdenv.mkDerivation {
|
||||
homepage = "https://github.com/amhndu/SimpleNES";
|
||||
description = "NES emulator written in C++";
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ guylamar2006 ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "SimpleNES";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user