emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/dockerfile-mode 37b7290b11 062/104: Add Homepage and Comme


From: ELPA Syncer
Subject: [nongnu] elpa/dockerfile-mode 37b7290b11 062/104: Add Homepage and Commentary headers
Date: Sat, 29 Jan 2022 07:58:34 -0500 (EST)

branch: elpa/dockerfile-mode
commit 37b7290b1172082a0736e4ea17bee8dd431c3d33
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>

    Add Homepage and Commentary headers
---
 dockerfile-mode.el | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/dockerfile-mode.el b/dockerfile-mode.el
index 6cceb1b1fc..344109cd6f 100644
--- a/dockerfile-mode.el
+++ b/dockerfile-mode.el
@@ -2,6 +2,7 @@
 
 ;; Copyright (c) 2013 Spotify AB
 ;; Package-Requires: ((emacs "24") (s "1.12"))
+;; Homepage: https://github.com/spotify/dockerfile-mode
 ;;
 ;; Licensed under the Apache License, Version 2.0 (the "License"); you may not
 ;; use this file except in compliance with the License. You may obtain a copy 
of
@@ -15,6 +16,12 @@
 ;; License for the specific language governing permissions and limitations 
under
 ;; the License.
 
+;;; Commentary:
+
+;; Provides a major mode `dockerfile-mode' for use with the standard
+;; `Dockerfile' file format.  Additional convenience functions allow
+;; images to be built easily.
+
 ;;; Code:
 
 (require 'sh-script)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]