diff options
author | Fredrik Salomonsson <plattfot@gmail.com> | 2018-11-04 20:02:30 -0800 |
---|---|---|
committer | Fredrik Salomonsson <plattfot@gmail.com> | 2018-11-04 20:02:30 -0800 |
commit | 0f5bf04450ab2f6dac0820a720eb04a0d13081a3 (patch) | |
tree | 989cf7ff83f4516083f5911a66a66e67de0ec078 | |
parent | e40c42b7c1a51b6bd2e8b041d0d6c7f9f4ba7302 (diff) | |
download | pinentry-rofi-0f5bf04450ab2f6dac0820a720eb04a0d13081a3.tar.gz |
Moved the comment about where this is based on to the README
-rwxr-xr-x | rofi-pinentry.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rofi-pinentry.scm b/rofi-pinentry.scm index a0de6f1..89fb2c5 100755 --- a/rofi-pinentry.scm +++ b/rofi-pinentry.scm @@ -22,8 +22,6 @@ ;; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN ;; THE SOFTWARE. -;; Based on https://gist.github.com/sardemff7/759cbf956bea20d382a6128c641d2746 - (use-modules (ice-9 popen) (ice-9 textual-ports) |