Unverified Commit c66ef46a authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

libbluray: move comment to meta.longDescription (#477950)

parents f13c54ba 10a9d1b8
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -22,9 +22,6 @@
  libbluray-full, # Used for tests
}:

# Info on how to use:
# https://wiki.archlinux.org/index.php/BluRay

let
  jre = jre21_minimal.override {
    modules = [
@@ -93,6 +90,7 @@ stdenv.mkDerivation rec {
  meta = {
    homepage = "http://www.videolan.org/developers/libbluray.html";
    description = "Library to access Blu-Ray disks for video playback";
    longDescription = "See <https://wiki.archlinux.org/title/Blu-ray> how to use";
    license = lib.licenses.lgpl21;
    maintainers = [ lib.maintainers.amarshall ];
    platforms = lib.platforms.unix;