diff --git a/pkgs/libosmo-cc/default.nix b/pkgs/libosmo-cc/default.nix index f859669..c2291f5 100644 --- a/pkgs/libosmo-cc/default.nix +++ b/pkgs/libosmo-cc/default.nix @@ -26,4 +26,10 @@ pkgs.stdenv.mkDerivation rec { autoreconf -fi ./configure --prefix=$out ''; + + meta = with lib; { + description = "Osmo-CC Library"; + homepage = "https://gitea.osmocom.org/cc/libosmo-cc"; + license = licenses.gpl3; + }; } \ No newline at end of file diff --git a/pkgs/osmocom-analog/default.nix b/pkgs/osmocom-analog/default.nix index 1d9ba62..eca163f 100644 --- a/pkgs/osmocom-analog/default.nix +++ b/pkgs/osmocom-analog/default.nix @@ -37,5 +37,9 @@ pkgs.stdenv.mkDerivation rec { ./configure --prefix=$out ''; - + meta = with lib; { + description = "Software implementation of analog cellular phone standards, including AMPS and TACS"; + homepage = "https://gitea.osmocom.org/cellular-infrastructure/osmocom-analog"; + license = licenses.gpl3; + }; } \ No newline at end of file