libosmocore: add janik as maintainer, move to osmocom dir

This commit is contained in:
Janik H 2023-04-18 15:09:36 +02:00
parent 7f6a225a6a
commit 4f01c5e972
2 changed files with 7 additions and 3 deletions

View file

@ -1,4 +1,5 @@
{ lib, stdenv { lib
, stdenv
, autoreconfHook , autoreconfHook
, fetchFromGitHub , fetchFromGitHub
, gnutls , gnutls
@ -51,6 +52,9 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/osmocom/libosmocore"; homepage = "https://github.com/osmocom/libosmocore";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ mog ]; maintainers = with maintainers; [
mog
janik
];
}; };
} }

View file

@ -22000,7 +22000,7 @@ with pkgs;
libosmium = callPackage ../development/libraries/libosmium { }; libosmium = callPackage ../development/libraries/libosmium { };
libosmocore = callPackage ../applications/misc/libosmocore { }; libosmocore = callPackage ../servers/osmocom/libosmocore { };
libosmscout = libsForQt5.callPackage ../development/libraries/libosmscout { }; libosmscout = libsForQt5.callPackage ../development/libraries/libosmscout { };