Merge pull request #88957 from Mindavi/nomacs/maintainer-change
Nomacs/maintainer change
This commit is contained in:
commit
7a36742c36
@ -247,12 +247,6 @@
|
|||||||
githubId = 732652;
|
githubId = 732652;
|
||||||
name = "Andreas Herrmann";
|
name = "Andreas Herrmann";
|
||||||
};
|
};
|
||||||
ahmedtd = {
|
|
||||||
email = "ahmed.taahir@gmail.com";
|
|
||||||
github = "ahmedtd";
|
|
||||||
githubId = 1017202;
|
|
||||||
name = "Taahir Ahmed";
|
|
||||||
};
|
|
||||||
ahuzik = {
|
ahuzik = {
|
||||||
email = "ales.guzik@gmail.com";
|
email = "ales.guzik@gmail.com";
|
||||||
github = "alesguzik";
|
github = "alesguzik";
|
||||||
|
@ -55,7 +55,7 @@ mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://nomacs.org";
|
homepage = "https://nomacs.org";
|
||||||
description = "Qt-based image viewer";
|
description = "Qt-based image viewer";
|
||||||
maintainers = [maintainers.ahmedtd];
|
maintainers = with stdenv.lib.maintainers; [ mindavi ];
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
repositories.git = "https://github.com/nomacs/nomacs.git";
|
repositories.git = "https://github.com/nomacs/nomacs.git";
|
||||||
inherit (qtbase.meta) platforms;
|
inherit (qtbase.meta) platforms;
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
diff --git a/src/DkCore/DkMetaData.cpp b/src/DkCore/DkMetaData.cpp
|
|
||||||
index d195757e..affec7be 100644
|
|
||||||
--- a/src/DkCore/DkMetaData.cpp
|
|
||||||
+++ b/src/DkCore/DkMetaData.cpp
|
|
||||||
@@ -42,6 +42,8 @@
|
|
||||||
#include <QApplication>
|
|
||||||
#pragma warning(pop) // no warnings from includes - end
|
|
||||||
|
|
||||||
+#include <iostream>
|
|
||||||
+
|
|
||||||
namespace nmc {
|
|
||||||
|
|
||||||
// DkMetaDataT --------------------------------------------------------------------
|
|
||||||
diff --git a/src/DkGui/DkNoMacs.cpp b/src/DkGui/DkNoMacs.cpp
|
|
||||||
index 6a412f70..bbfba233 100644
|
|
||||||
--- a/src/DkGui/DkNoMacs.cpp
|
|
||||||
+++ b/src/DkGui/DkNoMacs.cpp
|
|
||||||
@@ -96,6 +96,8 @@
|
|
||||||
#include <QWinTaskbarButton>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
+#include <iostream>
|
|
||||||
+
|
|
||||||
namespace nmc {
|
|
||||||
|
|
||||||
DkNomacsOSXEventFilter::DkNomacsOSXEventFilter(QObject *parent) : QObject(parent) {
|
|
@ -14,6 +14,6 @@ buildPythonPackage rec {
|
|||||||
description = "A python port of YUI CSS Compressor";
|
description = "A python port of YUI CSS Compressor";
|
||||||
homepage = "https://pypi.python.org/pypi/csscompressor";
|
homepage = "https://pypi.python.org/pypi/csscompressor";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
maintainers = [stdenv.lib.maintainers.ahmedtd];
|
maintainers = [];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -14,6 +14,6 @@ buildPythonPackage rec {
|
|||||||
description = "A configurable HTML Minifier with safety features";
|
description = "A configurable HTML Minifier with safety features";
|
||||||
homepage = "https://pypi.python.org/pypi/htmlmin";
|
homepage = "https://pypi.python.org/pypi/htmlmin";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
maintainers = [stdenv.lib.maintainers.ahmedtd];
|
maintainers = [];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user