about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRebecca Turner <rbt@sent.as>2023-04-24 10:00:05 -0700
committerRebecca Turner <rbt@sent.as>2023-05-25 14:35:51 -0700
commit33258207faf6938079289d6544e011e2bc198868 (patch)
tree29136f0d29ca359ebc5125abd8dc2822c07bba2a
parent72a70bd73bd91562e4ab2f4178a7dd0500de1864 (diff)
maintainers: Gabriel439 -> Gabriella439
-rw-r--r--doc/languages-frameworks/dhall.section.md4
-rw-r--r--maintainers/maintainer-list.nix12
-rw-r--r--maintainers/team-list.nix2
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml2
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix102
5 files changed, 61 insertions, 61 deletions
diff --git a/doc/languages-frameworks/dhall.section.md b/doc/languages-frameworks/dhall.section.md
index 83fe2e9ae0c42..846b8cfd3163b 100644
--- a/doc/languages-frameworks/dhall.section.md
+++ b/doc/languages-frameworks/dhall.section.md
@@ -307,12 +307,12 @@ $ nix-env --install --attr haskellPackages.dhall-nixpkgs
 
 $ nix-env --install --attr nix-prefetch-git  # Used by dhall-to-nixpkgs
 
-$ dhall-to-nixpkgs github https://github.com/Gabriel439/dhall-semver.git
+$ dhall-to-nixpkgs github https://github.com/Gabriella439/dhall-semver.git
 { buildDhallGitHubPackage, Prelude }:
   buildDhallGitHubPackage {
     name = "dhall-semver";
     githubBase = "github.com";
-    owner = "Gabriel439";
+    owner = "Gabriella439";
     repo = "dhall-semver";
     rev = "2d44ae605302ce5dc6c657a1216887fbb96392a4";
     fetchSubmodules = false;
diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix
index ae163ca951fa3..4c6d09d07d5f1 100644
--- a/maintainers/maintainer-list.nix
+++ b/maintainers/maintainer-list.nix
@@ -5524,18 +5524,18 @@
     githubId = 606000;
     name = "Gabriel Adomnicai";
   };
-  Gabriel439 = {
-    email = "Gabriel439@gmail.com";
-    github = "Gabriella439";
-    githubId = 1313787;
-    name = "Gabriel Gonzalez";
-  };
   GabrielDougherty = {
     email = "contact@gabrieldougherty.com";
     github = "GabrielDougherty";
     githubId = 10541219;
     name = "Gabriel Dougherty";
   };
+  Gabriella439 = {
+    email = "GenuineGabriella@gmail.com";
+    github = "Gabriella439";
+    githubId = 1313787;
+    name = "Gabriella Gonzalez";
+  };
   gador = {
     email = "florian.brandes@posteo.de";
     github = "gador";
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix
index 294b7e51717be..3423ec3e183c4 100644
--- a/maintainers/team-list.nix
+++ b/maintainers/team-list.nix
@@ -213,7 +213,7 @@ with lib.maintainers; {
 
   dhall = {
     members = [
-      Gabriel439
+      Gabriella439
       ehmry
     ];
     scope = "Maintain Dhall and related packages.";
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
index 111c46d62161d..496245c10a3b0 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
@@ -202,7 +202,7 @@ package-maintainers:
     - vulkan-utils
   erictapen:
     - hakyll
-  Gabriel439:
+  Gabriella439:
     - annah
     - bench
     - break
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 192ed28855261..1d8110d9a90b5 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -32052,7 +32052,7 @@ self: {
        license = lib.licenses.bsd3;
        hydraPlatforms = lib.platforms.none;
        mainProgram = "annah";
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "annihilator" = callPackage
@@ -42753,7 +42753,7 @@ self: {
        description = "Command-line benchmark tool";
        license = lib.licenses.bsd3;
        mainProgram = "bench";
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "bench-graph" = callPackage
@@ -49326,7 +49326,7 @@ self: {
        libraryHaskellDepends = [ base mtl transformers ];
        description = "Break from a loop";
        license = lib.licenses.bsd3;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "breakout" = callPackage
@@ -80784,7 +80784,7 @@ self: {
        license = lib.licenses.bsd3;
        hydraPlatforms = lib.platforms.none;
        mainProgram = "dhall";
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "dhall_1_38_1" = callPackage
@@ -80843,7 +80843,7 @@ self: {
        license = lib.licenses.bsd3;
        hydraPlatforms = lib.platforms.none;
        mainProgram = "dhall";
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "dhall" = callPackage
@@ -80929,7 +80929,7 @@ self: {
        description = "A configuration language guaranteed to terminate";
        license = lib.licenses.bsd3;
        mainProgram = "dhall";
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "dhall_1_42_0" = callPackage
@@ -81015,7 +81015,7 @@ self: {
        license = lib.licenses.bsd3;
        hydraPlatforms = lib.platforms.none;
        mainProgram = "dhall";
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "dhall-bash" = callPackage
@@ -81040,7 +81040,7 @@ self: {
        description = "Compile Dhall to Bash";
        license = lib.licenses.bsd3;
        mainProgram = "dhall-to-bash";
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "dhall-bash_1_0_41" = callPackage
@@ -81066,7 +81066,7 @@ self: {
        license = lib.licenses.bsd3;
        hydraPlatforms = lib.platforms.none;
        mainProgram = "dhall-to-bash";
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "dhall-check" = callPackage
@@ -81150,7 +81150,7 @@ self: {
        description = "Generate HTML docs from a dhall package";
        license = lib.licenses.bsd3;
        mainProgram = "dhall-docs";
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "dhall-fly" = callPackage
@@ -81217,7 +81217,7 @@ self: {
        ];
        description = "Convert between Dhall and JSON or YAML";
        license = lib.licenses.bsd3;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "dhall-json_1_7_12" = callPackage
@@ -81248,7 +81248,7 @@ self: {
        description = "Convert between Dhall and JSON or YAML";
        license = lib.licenses.bsd3;
        hydraPlatforms = lib.platforms.none;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "dhall-lex" = callPackage
@@ -81298,7 +81298,7 @@ self: {
        description = "Language Server Protocol (LSP) server for Dhall";
        license = lib.licenses.mit;
        mainProgram = "dhall-lsp-server";
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "dhall-nix" = callPackage
@@ -81323,7 +81323,7 @@ self: {
        description = "Dhall to Nix compiler";
        license = lib.licenses.bsd3;
        mainProgram = "dhall-to-nix";
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "dhall-nix_1_1_26" = callPackage
@@ -81347,7 +81347,7 @@ self: {
        license = lib.licenses.bsd3;
        hydraPlatforms = lib.platforms.none;
        mainProgram = "dhall-to-nix";
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "dhall-nixpkgs" = callPackage
@@ -81373,7 +81373,7 @@ self: {
        description = "Convert Dhall projects to Nix packages";
        license = lib.licenses.bsd3;
        mainProgram = "dhall-to-nixpkgs";
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "dhall-nixpkgs_1_0_10" = callPackage
@@ -81398,7 +81398,7 @@ self: {
        license = lib.licenses.bsd3;
        hydraPlatforms = lib.platforms.none;
        mainProgram = "dhall-to-nixpkgs";
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "dhall-openapi" = callPackage
@@ -81424,7 +81424,7 @@ self: {
        description = "Convert an OpenAPI specification to a Dhall package";
        license = lib.licenses.bsd3;
        mainProgram = "openapi-to-dhall";
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "dhall-recursive-adt" = callPackage
@@ -81494,7 +81494,7 @@ self: {
        license = lib.licenses.bsd3;
        hydraPlatforms = lib.platforms.none;
        mainProgram = "dhall-to-text";
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
        broken = true;
      }) {};
 
@@ -81599,7 +81599,7 @@ self: {
        ];
        description = "Convert between Dhall and YAML";
        license = lib.licenses.gpl3Only;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "dhcp-lease-parser" = callPackage
@@ -83789,7 +83789,7 @@ self: {
        ];
        description = "Easily stream directory contents in constant memory";
        license = lib.licenses.bsd3;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "dirtree" = callPackage
@@ -94050,7 +94050,7 @@ self: {
        ];
        description = "Simplified error-handling";
        license = lib.licenses.bsd3;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "errors-ext" = callPackage
@@ -103672,7 +103672,7 @@ self: {
        benchmarkHaskellDepends = [ base criterion ];
        description = "Composable, streaming, and efficient left folds";
        license = lib.licenses.bsd3;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "foldl-exceptions" = callPackage
@@ -163566,7 +163566,7 @@ self: {
        description = "Indexed Types";
        license = lib.licenses.bsd3;
        hydraPlatforms = lib.platforms.none;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
        broken = true;
      }) {};
 
@@ -180123,7 +180123,7 @@ self: {
        description = "Tutorial for the lens library";
        license = lib.licenses.bsd3;
        hydraPlatforms = lib.platforms.none;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
        broken = true;
      }) {};
 
@@ -184142,7 +184142,7 @@ self: {
        testHaskellDepends = [ base doctest ];
        description = "List monad transformer";
        license = lib.licenses.bsd3;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "list-tries" = callPackage
@@ -189401,7 +189401,7 @@ self: {
        libraryHaskellDepends = [ base transformers ];
        description = "A monad for managed values";
        license = lib.licenses.bsd3;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "managed-functions" = callPackage
@@ -196033,7 +196033,7 @@ self: {
        description = "Monad morphisms";
        license = lib.licenses.bsd3;
        hydraPlatforms = lib.platforms.none;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "mmorph" = callPackage
@@ -196049,7 +196049,7 @@ self: {
        ];
        description = "Monad morphisms";
        license = lib.licenses.bsd3;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "mmsyn2" = callPackage
@@ -200059,7 +200059,7 @@ self: {
        license = lib.licenses.bsd3;
        hydraPlatforms = lib.platforms.none;
        mainProgram = "morte";
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
        broken = true;
      }) {};
 
@@ -203227,7 +203227,7 @@ self: {
        description = "Model-view-controller";
        license = lib.licenses.bsd3;
        hydraPlatforms = lib.platforms.none;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
        broken = true;
      }) {};
 
@@ -203243,7 +203243,7 @@ self: {
        description = "Concurrent and combinable updates";
        license = lib.licenses.bsd3;
        hydraPlatforms = lib.platforms.none;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "mvclient" = callPackage
@@ -208266,7 +208266,7 @@ self: {
        description = "Parse and render *.drv files";
        license = lib.licenses.bsd3;
        mainProgram = "pretty-derivation";
-       maintainers = [ lib.maintainers.Gabriel439 lib.maintainers.sorki ];
+       maintainers = [ lib.maintainers.Gabriella439 lib.maintainers.sorki ];
      }) {};
 
   "nix-diff" = callPackage
@@ -208300,7 +208300,7 @@ self: {
        license = lib.licenses.bsd3;
        mainProgram = "nix-diff";
        maintainers = [
-         lib.maintainers.Gabriel439 lib.maintainers.sorki
+         lib.maintainers.Gabriella439 lib.maintainers.sorki
          lib.maintainers.terlar
        ];
      }) {};
@@ -214726,7 +214726,7 @@ self: {
        libraryHaskellDepends = [ base ];
        description = "Optional function arguments";
        license = lib.licenses.bsd3;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "options" = callPackage
@@ -214871,7 +214871,7 @@ self: {
        executableHaskellDepends = [ base ];
        description = "Auto-generate a command-line parser for your datatype";
        license = lib.licenses.bsd3;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "optparse-generic_1_5_0" = callPackage
@@ -214892,7 +214892,7 @@ self: {
        description = "Auto-generate a command-line parser for your datatype";
        license = lib.licenses.bsd3;
        hydraPlatforms = lib.platforms.none;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "optparse-helper" = callPackage
@@ -225584,7 +225584,7 @@ self: {
        ];
        description = "Compositional pipelines";
        license = lib.licenses.bsd3;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "pipes-aeson" = callPackage
@@ -225774,7 +225774,7 @@ self: {
        ];
        description = "ByteString support for pipes";
        license = lib.licenses.bsd3;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "pipes-bzip" = callPackage
@@ -225944,7 +225944,7 @@ self: {
        testHaskellDepends = [ async base pipes stm ];
        description = "Concurrency for the pipes ecosystem";
        license = lib.licenses.bsd3;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "pipes-conduit" = callPackage
@@ -226007,7 +226007,7 @@ self: {
        ];
        description = "Fast, streaming csv parser";
        license = lib.licenses.mit;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "pipes-errors" = callPackage
@@ -226067,7 +226067,7 @@ self: {
        ];
        description = "Extra utilities for pipes";
        license = lib.licenses.bsd3;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "pipes-fastx" = callPackage
@@ -226152,7 +226152,7 @@ self: {
        testHaskellDepends = [ base doctest lens-family-core ];
        description = "Group streams into substreams";
        license = lib.licenses.bsd3;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "pipes-http" = callPackage
@@ -226170,7 +226170,7 @@ self: {
        ];
        description = "HTTP client with pipes interface";
        license = lib.licenses.bsd3;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "pipes-illumina" = callPackage
@@ -226441,7 +226441,7 @@ self: {
        libraryHaskellDepends = [ base pipes transformers ];
        description = "Parsing infrastructure for the pipes ecosystem";
        license = lib.licenses.bsd3;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "pipes-postgresql-simple" = callPackage
@@ -226568,7 +226568,7 @@ self: {
        ];
        description = "Safety for the pipes ecosystem";
        license = lib.licenses.bsd3;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "pipes-shell" = callPackage
@@ -262691,7 +262691,7 @@ self: {
        description = "Auto-generate a server for your datatype";
        license = lib.licenses.bsd3;
        hydraPlatforms = lib.platforms.none;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
        broken = true;
      }) {};
 
@@ -296362,7 +296362,7 @@ self: {
        libraryHaskellDepends = [ base void ];
        description = "Exhaustive pattern matching using lenses, traversals, and prisms";
        license = lib.licenses.bsd3;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "total-alternative" = callPackage
@@ -299462,7 +299462,7 @@ self: {
        benchmarkHaskellDepends = [ base tasty-bench text ];
        description = "Shell programming, Haskell-style";
        license = lib.licenses.bsd3;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "turtle_1_6_1" = callPackage
@@ -299491,7 +299491,7 @@ self: {
        description = "Shell programming, Haskell-style";
        license = lib.licenses.bsd3;
        hydraPlatforms = lib.platforms.none;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "turtle-options" = callPackage
@@ -301329,7 +301329,7 @@ self: {
        executableHaskellDepends = [ base diagrams-lib text ];
        description = "Typed and composable spreadsheets";
        license = lib.licenses.bsd3;
-       maintainers = [ lib.maintainers.Gabriel439 ];
+       maintainers = [ lib.maintainers.Gabriella439 ];
      }) {};
 
   "typed-streams" = callPackage