osmo-*: add markuskowa as maintainer
This commit is contained in:
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
|
||||
description = "GSM Base Station Controller";
|
||||
homepage = "https://projects.osmocom.org/projects/osmobsc";
|
||||
license = lib.licenses.agpl3Plus;
|
||||
maintainers = [ ];
|
||||
maintainers = [ lib.maintainers.markuskowa ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "osmo-bsc";
|
||||
};
|
||||
|
||||
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Osmocom GSM Base Transceiver Station (BTS)";
|
||||
homepage = "https://osmocom.org/projects/osmobts";
|
||||
license = lib.licenses.agpl3Plus;
|
||||
maintainers = [ ];
|
||||
maintainers = [ lib.maintainers.markuskowa ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Osmocom Gateway GPRS Support Node (GGSN), successor of OpenGGSN";
|
||||
homepage = "https://osmocom.org/projects/openggsn";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = [ ];
|
||||
maintainers = [ lib.maintainers.markuskowa ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "osmo-ggsn";
|
||||
};
|
||||
|
||||
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Osmocom implementation of 3GPP Home Location Registr (HLR)";
|
||||
homepage = "https://osmocom.org/projects/osmo-hlr";
|
||||
license = lib.licenses.agpl3Plus;
|
||||
maintainers = [ ];
|
||||
maintainers = [ lib.maintainers.markuskowa ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "osmo-hlr";
|
||||
};
|
||||
|
||||
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
||||
mainProgram = "osmo-mgw";
|
||||
homepage = "https://osmocom.org/projects/osmo-mgw";
|
||||
license = lib.licenses.agpl3Plus;
|
||||
maintainers = [ ];
|
||||
maintainers = [ lib.maintainers.markuskowa ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
|
||||
mainProgram = "osmo-msc";
|
||||
homepage = "https://osmocom.org/projects/osmomsc/wiki";
|
||||
license = lib.licenses.agpl3Only;
|
||||
maintainers = [ ];
|
||||
maintainers = [ lib.maintainers.markuskowa ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
||||
mainProgram = "osmo-pcu";
|
||||
homepage = "https://osmocom.org/projects/osmopcu";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = [ ];
|
||||
maintainers = [ lib.maintainers.markuskowa ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Osmocom implementation of the 3GPP Serving GPRS Support Node (SGSN)";
|
||||
homepage = "https://osmocom.org/projects/osmosgsn";
|
||||
license = lib.licenses.agpl3Plus;
|
||||
maintainers = [ ];
|
||||
maintainers = [ lib.maintainers.markuskowa ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "osmo-sgsn";
|
||||
};
|
||||
|
||||
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
||||
mainProgram = "osmo-sip-connector";
|
||||
homepage = "https://osmocom.org/projects/osmo-sip-conector";
|
||||
license = lib.licenses.agpl3Plus;
|
||||
maintainers = [ ];
|
||||
maintainers = [ lib.maintainers.markuskowa ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user