mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
libosmoabis, libosmo-{netif,sccp}: add markuskowa to maintainers
This commit is contained in:
parent
26e6811290
commit
292ac0da99
3 changed files with 12 additions and 3 deletions
|
@ -39,6 +39,9 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://osmocom.org/projects/libosmo-netif/wiki";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ janik ];
|
||||
maintainers = with maintainers; [
|
||||
janik
|
||||
markuskowa
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -43,6 +43,9 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://osmocom.org/projects/libosmo-sccp";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ janik ];
|
||||
maintainers = with maintainers; [
|
||||
janik
|
||||
markuskowa
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -43,6 +43,9 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/osmocom/libosmo-abis";
|
||||
license = licenses.gpl3Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ janik ];
|
||||
maintainers = with maintainers; [
|
||||
janik
|
||||
markuskowa
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue