pkgs: add myself as maintainer to all packages
This commit is contained in:
parent
0dc9495fda
commit
faad0c0624
|
@ -38,5 +38,6 @@ stdenvNoCC.mkDerivation rec {
|
||||||
homepage = "https://gitea.belanyi.fr/ambroisie/nix-config";
|
homepage = "https://gitea.belanyi.fr/ambroisie/nix-config";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
maintainers = with maintainers; [ ambroisie ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -38,5 +38,6 @@ stdenvNoCC.mkDerivation rec {
|
||||||
homepage = "https://gitea.belanyi.fr/ambroisie/nix-config";
|
homepage = "https://gitea.belanyi.fr/ambroisie/nix-config";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
maintainers = with maintainers; [ ambroisie ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://www.lrde.epita.fr/wiki/Havm";
|
homepage = "https://www.lrde.epita.fr/wiki/Havm";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
maintainers = with maintainers; [ ambroisie ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,5 +39,6 @@ stdenvNoCC.mkDerivation rec {
|
||||||
homepage = "https://gitea.belanyi.fr/ambroisie/nix-config";
|
homepage = "https://gitea.belanyi.fr/ambroisie/nix-config";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
maintainers = with maintainers; [ ambroisie ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,5 +17,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
homepage = "https://github.com/alarsyo/lohr";
|
homepage = "https://github.com/alarsyo/lohr";
|
||||||
license = with licenses; [ mit asl20 ];
|
license = with licenses; [ mit asl20 ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
maintainers = with maintainers; [ ambroisie ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://www.lrde.epita.fr/wiki/Nolimips";
|
homepage = "https://www.lrde.epita.fr/wiki/Nolimips";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
maintainers = with maintainers; [ ambroisie ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,5 +25,6 @@ buildGoModule rec {
|
||||||
'';
|
'';
|
||||||
homepage = "https://github.com/akhilrex/podgrab";
|
homepage = "https://github.com/akhilrex/podgrab";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
|
maintainers = with maintainers; [ ambroisie ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,5 +33,6 @@ stdenvNoCC.mkDerivation rec {
|
||||||
homepage = "https://github.com/StevenBlack/hosts";
|
homepage = "https://github.com/StevenBlack/hosts";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
maintainers = with maintainers; [ ambroisie ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,5 +29,6 @@ stdenvNoCC.mkDerivation rec {
|
||||||
homepage = "https://github.com/StevenBlack/hosts";
|
homepage = "https://github.com/StevenBlack/hosts";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
maintainers = with maintainers; [ ambroisie ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue