-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18407,6 +18407,13 @@ | |
githubId = 34161949; | ||
keys = [ { fingerprint = "155C F413 0129 C058 9A5F 5524 3658 73F2 F0C6 153B"; } ]; | ||
}; | ||
sanana = { | ||
email = "[email protected]"; | ||
github = "AsyaTheAbove"; | ||
githubId = 40492846; | ||
keys = [ { fingerprint = "B766 7717 1644 5ABC DE82 94AA 4679 BF7D CC04 4783"; } ]; | ||
name = "sanana the skenana"; | ||
}; | ||
sander = { | ||
email = "[email protected]"; | ||
github = "svanderburg"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,6 +88,7 @@ stdenv.mkDerivation { | |
maintainers = [ | ||
maintainers._48cf | ||
maintainers.phip1611 | ||
maintainers.sanana | ||
]; | ||
}; | ||
} |