Skip to content

Commit

Permalink
Merge pull request #269405 from ufUNnxagpM/init-majima
Browse files Browse the repository at this point in the history
majima: init at 0.4.0
  • Loading branch information
pbsds authored Dec 3, 2023
2 parents a0ba461 + 7601067 commit c2273e1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
5 changes: 5 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18808,6 +18808,11 @@
githubId = 347983;
name = "Udo Spallek";
};
ufUNnxagpM = {
github = "ufUNnxagpM";
githubId = 12422133;
name = "Chromo-residuum-opec";
};
ulrikstrid = {
email = "ulrik.strid@outlook.com";
github = "ulrikstrid";
Expand Down
22 changes: 22 additions & 0 deletions pkgs/by-name/ma/majima/package.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{ lib, fetchFromGitLab, rustPlatform }:
rustPlatform.buildRustPackage rec {
pname = "majima";
version = "0.4.0";

src = fetchFromGitLab {
owner = "gumball-overall";
repo = "majima";
rev = version;
hash = "sha256-S62DQfvZFg8C26YG+fIVJj5cJ6mz73JXSgdu5yoK0Yo=";
};

cargoHash = "sha256-zMQO6McnnGbp52A9n/h6yZTU9VH7vak2TSP0HLqDlKw=";

meta = {
description = "Generate random usernames quickly and in various formats";
homepage = "https://majima.matte.fyi/";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.ufUNnxagpM ];
mainProgram = "majima";
};
}

0 comments on commit c2273e1

Please sign in to comment.