libosmoabis, libosmo-{netif,sccp}: add markuskowa to maintainers

This commit is contained in:
lassulus 2023-05-15 15:07:20 +02:00
parent 26e6811290
commit 292ac0da99
3 changed files with 12 additions and 3 deletions

View file

@ -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
];
};
}

View file

@ -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
];
};
}

View file

@ -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
];
};
}