Merge pull request #51854 from pmahoney/freeswitch

Freeswitch
This commit is contained in:
Matthew Bauer
2018-12-17 23:43:25 -06:00
committed by GitHub
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
description = "Library with the aim of simplifying DNS programming in C";
license = licenses.bsd3;
homepage = http://www.nlnetlabs.nl/projects/ldns/;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ jgeerds ];
};
}