pkgs/development/libraries: Add missing descriptions and homepages

This commit is contained in:
Christine Koppelt
2019-11-17 09:43:55 +01:00
parent c1966522d7
commit 3aa0d776a1
14 changed files with 23 additions and 9 deletions
@@ -4,10 +4,7 @@ stdenv.mkDerivation {
name = "schroedinger-1.0.11";
src = fetchurl {
urls = [
http://diracvideo.org/download/schroedinger/schroedinger-1.0.11.tar.gz
https://download.videolan.org/contrib/schroedinger-1.0.11.tar.gz
];
url = https://download.videolan.org/contrib/schroedinger-1.0.11.tar.gz;
sha256 = "04prr667l4sn4zx256v1z36a0nnkxfdqyln48rbwlamr6l3jlmqy";
};
@@ -27,7 +24,8 @@ stdenv.mkDerivation {
];
meta = with stdenv.lib; {
homepage = http://diracvideo.org/;
description = "An implementation of the Dirac video codec in ANSI C";
homepage = "https://sourceforge.net/projects/schrodinger/";
maintainers = [ maintainers.spwhitt ];
license = [ licenses.mpl11 licenses.lgpl2 licenses.mit ];
platforms = platforms.unix;