libosmocore: add janik as maintainer, move to osmocom dir
This commit is contained in:
parent
7f6a225a6a
commit
4f01c5e972
2 changed files with 7 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
{ lib, stdenv
|
||||
{ lib
|
||||
, stdenv
|
||||
, autoreconfHook
|
||||
, fetchFromGitHub
|
||||
, gnutls
|
||||
|
@ -51,6 +52,9 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/osmocom/libosmocore";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ mog ];
|
||||
maintainers = with maintainers; [
|
||||
mog
|
||||
janik
|
||||
];
|
||||
};
|
||||
}
|
|
@ -22000,7 +22000,7 @@ with pkgs;
|
|||
|
||||
libosmium = callPackage ../development/libraries/libosmium { };
|
||||
|
||||
libosmocore = callPackage ../applications/misc/libosmocore { };
|
||||
libosmocore = callPackage ../servers/osmocom/libosmocore { };
|
||||
|
||||
libosmscout = libsForQt5.callPackage ../development/libraries/libosmscout { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue