diff options
| author | Augusto Stoffel <arstoffel@gmail.com> | 2023-11-01 08:27:52 +0100 |
|---|---|---|
| committer | Augusto Stoffel <arstoffel@gmail.com> | 2023-11-01 08:35:12 +0100 |
| commit | c55e6aa2971caad582df1d449e0f57604250cae1 (patch) | |
| tree | d122df3c585a016c3b9a671a3a22e3fb28594259 | |
| parent | e144d38654a6b0ae47b93e2dcba0929830a40a39 (diff) | |
Version 0.1externals/plz-see
| -rw-r--r-- | plz-see.el | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,9 +1,12 @@ ;;; plz-see.el --- Interactive HTTP client -*- lexical-binding: t; -*- -;; Copyright (C) 2023 Augusto Stoffel +;; Copyright (C) 2023 Free Software Foundation, Inc. ;; Author: Augusto Stoffel <arstoffel@gmail.com> +;; URL: https://github.com/astoff/plz-see.el ;; Keywords: comm, network, http +;; Package-Requires: ((emacs "29.1") (plz "0.7")) +;; Version: 0.1 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by |
