Fix maintainer list
This commit is contained in:
parent
828fdd4911
commit
2040e4c2f8
2 changed files with 5 additions and 1 deletions
|
@ -63,6 +63,10 @@
|
|||
github = "DmitryTsygankov";
|
||||
name = "Dmitry Tsygankov";
|
||||
};
|
||||
Esteth = {
|
||||
email = "adam.copp@gmail.com";
|
||||
name = "Adam Copp";
|
||||
};
|
||||
FireyFly = {
|
||||
email = "nix@firefly.nu";
|
||||
github = "FireyFly";
|
||||
|
|
|
@ -16,6 +16,6 @@ stdenv.mkDerivation {
|
|||
homepage = "http://sourceforge.net/projects/opencore-amr/";
|
||||
description = "VisualOn Adaptive Multi Rate Wideband (AMR-WB) encoder";
|
||||
license = "stdenv.lib.licenses.apache";
|
||||
maintainers = [ stdenv.lib.maintainers.esteth ];
|
||||
maintainers = [ stdenv.lib.maintainers.Esteth ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue